#D66EB9

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

Shades of Orchid #D66EB9

Tints of Orchid #D66EB9

Color information

#D66EB9 (or 0xD66EB9) is unknown color: approx Orchid. HEX triplet: D6, 6E and B9. RGB value is (214,110,185). Sum of RGB (Red+Green+Blue) = 214+110+185=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D66EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66EB9 is #299146. Grayscale: #959595. Windows color (decimal): -2724167 or 12152534. OLE color: 12152534.

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

Color convert

RGB214110185-
CMYK00.490.140.16
HSL316.73º55.91%63.53%-
HSV(B)316.73º48.6%83.92%-
XYZ42.0628.9549.27-
YUV149.65147.96173.9-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.04%
GREEN value IS 110 (43.36% from 255) = 21.61%
BLUE value IS 185 (72.66% from 255) = 36.35%
R=42.04%
G=21.61%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411018500.490.140.16316.7355.9163.53
HexD66EB9031E1013d3840
Octal326156271061162047570100
Binary1101011011011101011100101100011110100001001111011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66EB9; }

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

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

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

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

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

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

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

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