#D96EE9

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

Shades of Orchid #D96EE9

Tints of Orchid #D96EE9

Color information

#D96EE9 (or 0xD96EE9) is unknown color: approx Orchid. HEX triplet: D9, 6E and E9. RGB value is (217,110,233). Sum of RGB (Red+Green+Blue) = 217+110+233=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 110 (43.36% from 255 or 19.64% from 560); Blue value is 233 (91.41% from 255 or 41.61% from 560); Max value from RGB is 233 - color contains mainly: blue. Hex color #D96EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96EE9 is #269116. Grayscale: #9B9B9B. Windows color (decimal): -2527511 or 15298265. OLE color: 15298265.

HSL color Cylindrical-coordinate representation of color #D96EE9: hue angle of 292.2º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D96EE9 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB217110233-
CMYK0.070.5300.09
HSL292.2º73.65%67.25%-
HSV(B)292.2º52.79%91.37%-
XYZ48.931.7980.65-
YUV156.01171.45171.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.75%
GREEN value IS 110 (43.36% from 255) = 19.64%
BLUE value IS 233 (91.41% from 255) = 41.61%
R=38.75%
G=19.64%
B=41.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2171102330.070.5300.09292.273.6567.25
HexD96EE9735091244a43
Octal331156351765011444112103
Binary110110011101110111010011111101010100110010010010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96EE9; }

 p { color: rgb(217,110,233); }

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

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

 a { background-color: rgb(217,110,233); }

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

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

 span { border-color: rgb(217,110,233); }

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