#D96EBF

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

Shades of Orchid #D96EBF

Tints of Orchid #D96EBF

Color information

#D96EBF (or 0xD96EBF) is unknown color: approx Orchid. HEX triplet: D9, 6E and BF. RGB value is (217,110,191). Sum of RGB (Red+Green+Blue) = 217+110+191=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D96EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96EBF is #269140. Grayscale: #979797. Windows color (decimal): -2527553 or 12545753. OLE color: 12545753.

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

Color convert

RGB217110191-
CMYK00.490.120.15
HSL314.58º58.47%64.12%-
HSV(B)314.58º49.31%85.1%-
XYZ43.629.6752.72-
YUV151.23150.45174.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.89%
GREEN value IS 110 (43.36% from 255) = 21.24%
BLUE value IS 191 (75% from 255) = 36.87%
R=41.89%
G=21.24%
B=36.87%

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
Decimal21711019100.490.120.15314.5858.4764.12
HexD96EBF031CF13b3a40
Octal331156277061141747372100
Binary110110011101110101111110110001110011111001110111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96EBF; }

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

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

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

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

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

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

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

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