#D96CC8

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

Shades of Orchid #D96CC8

Tints of Orchid #D96CC8

Color information

#D96CC8 (or 0xD96CC8) is unknown color: approx Orchid. HEX triplet: D9, 6C and C8. RGB value is (217,108,200). Sum of RGB (Red+Green+Blue) = 217+108+200=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D96CC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96CC8 is #269337. Grayscale: #969696. Windows color (decimal): -2528056 or 13135065. OLE color: 13135065.

HSL color Cylindrical-coordinate representation of color #D96CC8: hue angle of 309.36º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96CC8 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB217108200-
CMYK00.500.080.15
HSL309.36º58.92%63.73%-
HSV(B)309.36º50.23%85.1%-
XYZ44.429.6558.03-
YUV151.08155.61175.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.33%
GREEN value IS 108 (42.58% from 255) = 20.57%
BLUE value IS 200 (78.52% from 255) = 38.10%
R=41.33%
G=20.57%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710820000.500.080.15309.3658.9263.73
HexD96CC80328F1353b40
Octal331154310062101746573100
Binary110110011101100110010000110010100011111001101011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96CC8; }

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

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

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

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

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

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

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

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