#D96BC9

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

Shades of Orchid #D96BC9

Tints of Orchid #D96BC9

Color information

#D96BC9 (or 0xD96BC9) is unknown color: approx Orchid. HEX triplet: D9, 6B and C9. RGB value is (217,107,201). Sum of RGB (Red+Green+Blue) = 217+107+201=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 107 (42.19% from 255 or 20.38% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D96BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96BC9 is #269436. Grayscale: #969696. Windows color (decimal): -2528311 or 13200345. OLE color: 13200345.

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

Color convert

RGB217107201-
CMYK00.510.070.15
HSL308.73º59.14%63.53%-
HSV(B)308.73º50.69%85.1%-
XYZ44.4229.4858.61-
YUV150.61156.44175.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.33%
GREEN value IS 107 (42.19% from 255) = 20.38%
BLUE value IS 201 (78.91% from 255) = 38.29%
R=41.33%
G=20.38%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710720100.510.070.15308.7359.1463.53
HexD96BC90337F1353b40
Octal33115331106371746573100
Binary11011001110101111001001011001111111111001101011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96BC9; }

 p { color: rgb(217,107,201); }

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

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

 a { background-color: rgb(217,107,201); }

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

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

 span { border-color: rgb(217,107,201); }

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