#D96EBE

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

Shades of Orchid #D96EBE

Tints of Orchid #D96EBE

Color information

#D96EBE (or 0xD96EBE) is unknown color: approx Orchid. HEX triplet: D9, 6E and BE. RGB value is (217,110,190). Sum of RGB (Red+Green+Blue) = 217+110+190=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D96EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96EBE is #269141. Grayscale: #969696. Windows color (decimal): -2527554 or 12480217. OLE color: 12480217.

HSL color Cylindrical-coordinate representation of color #D96EBE: hue angle of 315.14º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D96EBE is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB217110190-
CMYK00.490.120.15
HSL315.14º58.47%64.12%-
HSV(B)315.14º49.31%85.1%-
XYZ43.4929.6252.14-
YUV151.11149.95175-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.97%
GREEN value IS 110 (43.36% from 255) = 21.28%
BLUE value IS 190 (74.61% from 255) = 36.75%
R=41.97%
G=21.28%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711019000.490.120.15315.1458.4764.12
HexD96EBE031CF13b3a40
Octal331156276061141747372100
Binary110110011101110101111100110001110011111001110111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96EBE; }

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

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

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

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

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

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

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

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