#D66ECC

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

Shades of Orchid #D66ECC

Tints of Orchid #D66ECC

Color information

#D66ECC (or 0xD66ECC) is unknown color: approx Orchid. HEX triplet: D6, 6E and CC. RGB value is (214,110,204). Sum of RGB (Red+Green+Blue) = 214+110+204=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 110 (43.36% from 255 or 20.83% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D66ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66ECC is #299133. Grayscale: #979797. Windows color (decimal): -2724148 or 13397718. OLE color: 13397718.

HSL color Cylindrical-coordinate representation of color #D66ECC: hue angle of 305.77º 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 #D66ECC is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214110204-
CMYK00.490.050.16
HSL305.77º55.91%63.53%-
HSV(B)305.77º48.6%83.92%-
XYZ44.2129.8160.55-
YUV151.81157.46172.36-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.53%
GREEN value IS 110 (43.36% from 255) = 20.83%
BLUE value IS 204 (80.08% from 255) = 38.64%
R=40.53%
G=20.83%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411020400.490.050.16305.7755.9163.53
HexD66ECC0315101323840
Octal32615631406152046270100
Binary110101101101110110011000110001101100001001100101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66ECC; }

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

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

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

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

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

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

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

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