#D66EBF

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

Shades of Orchid #D66EBF

Tints of Orchid #D66EBF

Color information

#D66EBF (or 0xD66EBF) is unknown color: approx Orchid. HEX triplet: D6, 6E and BF. RGB value is (214,110,191). Sum of RGB (Red+Green+Blue) = 214+110+191=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 110 (43.36% from 255 or 21.36% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D66EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66EBF is #299140. Grayscale: #969696. Windows color (decimal): -2724161 or 12545750. OLE color: 12545750.

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

Color convert

RGB214110191-
CMYK00.490.110.16
HSL313.27º55.91%63.53%-
HSV(B)313.27º48.6%83.92%-
XYZ42.7129.2152.68-
YUV150.33150.96173.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.55%
GREEN value IS 110 (43.36% from 255) = 21.36%
BLUE value IS 191 (75% from 255) = 37.09%
R=41.55%
G=21.36%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411019100.490.110.16313.2755.9163.53
HexD66EBF031B101393840
Octal326156277061132047170100
Binary1101011011011101011111101100011011100001001110011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66EBF; }

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

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

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

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

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

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

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

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