#DA6EC1

Color #DA6EC1 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #DA6EC1

Tints of Orchid #DA6EC1

Color information

#DA6EC1 (or 0xDA6EC1) is unknown color: approx Orchid. HEX triplet: DA, 6E and C1. RGB value is (218,110,193). Sum of RGB (Red+Green+Blue) = 218+110+193=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6EC1 is #25913E. Grayscale: #979797. Windows color (decimal): -2462015 or 12676826. OLE color: 12676826.

HSL color Cylindrical-coordinate representation of color #DA6EC1: hue angle of 313.89º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6EC1 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB218110193-
CMYK00.500.110.15
HSL313.89º59.34%64.31%-
HSV(B)313.89º49.54%85.49%-
XYZ44.1229.9153.9-
YUV151.75151.28175.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 41.84%
GREEN value IS 110 (43.36% from 255) = 21.11%
BLUE value IS 193 (75.78% from 255) = 37.04%
R=41.84%
G=21.11%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811019300.500.110.15313.8959.3464.31
HexDA6EC1032BF13a3b40
Octal332156301062131747273100
Binary110110101101110110000010110010101111111001110101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6EC1; }

 p { color: rgb(218,110,193); }

 H1.HeaderClassName
 {
   color: #DA6EC1;
 }
 .AnyTagClassName
 {
   color: #DA6EC1;
 }
</style>
background-color css

<style>
 a { background-color: #DA6EC1; }

 a { background-color: rgb(218,110,193); }

 div.DivClassName
 {
   background-color: #DA6EC1;
 }
 .BgClassName
 {
   background-color: #DA6EC1;
 }
</style>
border-color css

<style>
 span { border-color: #DA6EC1; }

 span { border-color: rgb(218,110,193); }

 td.TdClassName
 {
   border-color: #DA6EC1;
 }
 .TagClassName
 {
   border-color: #DA6EC1;
 }
</style>