#D96BB9

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

Shades of Orchid #D96BB9

Tints of Orchid #D96BB9

Color information

#D96BB9 (or 0xD96BB9) is unknown color: approx Orchid. HEX triplet: D9, 6B and B9. RGB value is (217,107,185). Sum of RGB (Red+Green+Blue) = 217+107+185=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D96BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96BB9 is #269446. Grayscale: #949494. Windows color (decimal): -2528327 or 12151769. OLE color: 12151769.

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

Color convert

RGB217107185-
CMYK00.510.150.15
HSL317.45º59.14%63.53%-
HSV(B)317.45º50.69%85.1%-
XYZ42.6328.7749.21-
YUV148.78148.44176.66-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.63%
GREEN value IS 107 (42.19% from 255) = 21.02%
BLUE value IS 185 (72.66% from 255) = 36.35%
R=42.63%
G=21.02%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710718500.510.150.15317.4559.1463.53
HexD96BB9033FF13d3b40
Octal331153271063171747573100
Binary110110011101011101110010110011111111111001111011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96BB9; }

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

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

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

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

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

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

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

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