#D66EC6

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

Shades of Orchid #D66EC6

Tints of Orchid #D66EC6

Color information

#D66EC6 (or 0xD66EC6) is unknown color: approx Orchid. HEX triplet: D6, 6E and C6. RGB value is (214,110,198). Sum of RGB (Red+Green+Blue) = 214+110+198=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D66EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66EC6 is #299139. Grayscale: #969696. Windows color (decimal): -2724154 or 13004502. OLE color: 13004502.

HSL color Cylindrical-coordinate representation of color #D66EC6: hue angle of 309.23º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66EC6 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB214110198-
CMYK00.490.070.16
HSL309.23º55.91%63.53%-
HSV(B)309.23º48.6%83.92%-
XYZ43.529.5356.83-
YUV151.13154.46172.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.00%
GREEN value IS 110 (43.36% from 255) = 21.07%
BLUE value IS 198 (77.73% from 255) = 37.93%
R=41.00%
G=21.07%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411019800.490.070.16309.2355.9163.53
HexD66EC60317101353840
Octal32615630606172046570100
Binary110101101101110110001100110001111100001001101011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66EC6; }

 p { color: rgb(214,110,198); }

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

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

 a { background-color: rgb(214,110,198); }

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

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

 span { border-color: rgb(214,110,198); }

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