#D96DD5

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

Shades of Orchid #D96DD5

Tints of Orchid #D96DD5

Color information

#D96DD5 (or 0xD96DD5) is unknown color: approx Orchid. HEX triplet: D9, 6D and D5. RGB value is (217,109,213). Sum of RGB (Red+Green+Blue) = 217+109+213=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 109 (42.97% from 255 or 20.22% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D96DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96DD5 is #26922A. Grayscale: #989898. Windows color (decimal): -2527787 or 13987289. OLE color: 13987289.

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

Color convert

RGB217109213-
CMYK00.500.020.15
HSL302.22º58.7%63.92%-
HSV(B)302.22º49.77%85.1%-
XYZ46.0930.4966.41-
YUV153.15161.78173.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.26%
GREEN value IS 109 (42.97% from 255) = 20.22%
BLUE value IS 213 (83.59% from 255) = 39.52%
R=40.26%
G=20.22%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710921300.500.020.15302.2258.763.92
HexD96DD50322F12e3b40
Octal33115532506221745673100
Binary1101100111011011101010101100101011111001011101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96DD5; }

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

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

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

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

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

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

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

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