#D96FC8

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

Shades of Orchid #D96FC8

Tints of Orchid #D96FC8

Color information

#D96FC8 (or 0xD96FC8) is unknown color: approx Orchid. HEX triplet: D9, 6F and C8. RGB value is (217,111,200). Sum of RGB (Red+Green+Blue) = 217+111+200=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 200 (78.52% from 255 or 37.88% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D96FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96FC8 is #269037. Grayscale: #989898. Windows color (decimal): -2527288 or 13135833. OLE color: 13135833.

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

Color convert

RGB217111200-
CMYK00.490.080.15
HSL309.62º58.24%64.31%-
HSV(B)309.62º48.85%85.1%-
XYZ44.7330.2958.13-
YUV152.84154.62173.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.10%
GREEN value IS 111 (43.75% from 255) = 21.02%
BLUE value IS 200 (78.52% from 255) = 37.88%
R=41.10%
G=21.02%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711120000.490.080.15309.6258.2464.31
HexD96FC80318F1363a40
Octal331157310061101746672100
Binary110110011101111110010000110001100011111001101101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96FC8; }

 p { color: rgb(217,111,200); }

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

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

 a { background-color: rgb(217,111,200); }

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

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

 span { border-color: rgb(217,111,200); }

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