#D66EBD

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

Shades of Orchid #D66EBD

Tints of Orchid #D66EBD

Color information

#D66EBD (or 0xD66EBD) is unknown color: approx Orchid. HEX triplet: D6, 6E and BD. RGB value is (214,110,189). Sum of RGB (Red+Green+Blue) = 214+110+189=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D66EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66EBD is #299142. Grayscale: #959595. Windows color (decimal): -2724163 or 12414678. OLE color: 12414678.

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

Color convert

RGB214110189-
CMYK00.490.120.16
HSL314.42º55.91%63.53%-
HSV(B)314.42º48.6%83.92%-
XYZ42.4929.1251.53-
YUV150.1149.96173.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.72%
GREEN value IS 110 (43.36% from 255) = 21.44%
BLUE value IS 189 (74.22% from 255) = 36.84%
R=41.72%
G=21.44%
B=36.84%

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
Decimal21411018900.490.120.16314.4255.9163.53
HexD66EBD031C1013a3840
Octal326156275061142047270100
Binary1101011011011101011110101100011100100001001110101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66EBD; }

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

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

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

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

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

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

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

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