#D66EBC

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

Shades of Orchid #D66EBC

Tints of Orchid #D66EBC

Color information

#D66EBC (or 0xD66EBC) is unknown color: approx Orchid. HEX triplet: D6, 6E and BC. RGB value is (214,110,188). Sum of RGB (Red+Green+Blue) = 214+110+188=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 110 (43.36% from 255 or 21.48% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D66EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66EBC is #299143. Grayscale: #959595. Windows color (decimal): -2724164 or 12349142. OLE color: 12349142.

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

Color convert

RGB214110188-
CMYK00.490.120.16
HSL315º55.91%63.53%-
HSV(B)315º48.6%83.92%-
XYZ42.3829.0850.96-
YUV149.99149.46173.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.80%
GREEN value IS 110 (43.36% from 255) = 21.48%
BLUE value IS 188 (73.83% from 255) = 36.72%
R=41.80%
G=21.48%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411018800.490.120.1631555.9163.53
HexD66EBC031C1013b3840
Octal326156274061142047370100
Binary1101011011011101011110001100011100100001001110111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66EBC; }

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

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

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

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

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

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

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

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