#D96DDF

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

Shades of Orchid #D96DDF

Tints of Orchid #D96DDF

Color information

#D96DDF (or 0xD96DDF) is unknown color: approx Orchid. HEX triplet: D9, 6D and DF. RGB value is (217,109,223). Sum of RGB (Red+Green+Blue) = 217+109+223=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 109 (42.97% from 255 or 19.85% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #D96DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96DDF is #269220. Grayscale: #999999. Windows color (decimal): -2527777 or 14642649. OLE color: 14642649.

HSL color Cylindrical-coordinate representation of color #D96DDF: hue angle of 296.84º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96DDF is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217109223-
CMYK0.030.5100.13
HSL296.84º64.04%65.1%-
HSV(B)296.84º51.12%87.45%-
XYZ47.431.0273.3-
YUV154.29166.78172.73-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.53%
GREEN value IS 109 (42.97% from 255) = 19.85%
BLUE value IS 223 (87.5% from 255) = 40.62%
R=39.53%
G=19.85%
B=40.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171092230.030.5100.13296.8464.0465.1
HexD96DDF3330D1294041
Octal331155337363015451100101
Binary11011001110110111011111111100110110110010100110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96DDF; }

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

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

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

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

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

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

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

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