#D96DBA

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

Shades of Orchid #D96DBA

Tints of Orchid #D96DBA

Color information

#D96DBA (or 0xD96DBA) is unknown color: approx Orchid. HEX triplet: D9, 6D and BA. RGB value is (217,109,186). Sum of RGB (Red+Green+Blue) = 217+109+186=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D96DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96DBA is #269245. Grayscale: #959595. Windows color (decimal): -2527814 or 12217817. OLE color: 12217817.

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

Color convert

RGB217109186-
CMYK00.500.140.15
HSL317.22º58.7%63.92%-
HSV(B)317.22º49.77%85.1%-
XYZ42.9529.2349.83-
YUV150.07148.28175.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.38%
GREEN value IS 109 (42.97% from 255) = 21.29%
BLUE value IS 186 (73.05% from 255) = 36.33%
R=42.38%
G=21.29%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710918600.500.140.15317.2258.763.92
HexD96DBA032EF13d3b40
Octal331155272062161747573100
Binary110110011101101101110100110010111011111001111011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96DBA; }

 p { color: rgb(217,109,186); }

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

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

 a { background-color: rgb(217,109,186); }

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

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

 span { border-color: rgb(217,109,186); }

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