#D96AD8

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

Shades of Orchid #D96AD8

Tints of Orchid #D96AD8

Color information

#D96AD8 (or 0xD96AD8) is unknown color: approx Orchid. HEX triplet: D9, 6A and D8. RGB value is (217,106,216). Sum of RGB (Red+Green+Blue) = 217+106+216=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D96AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96AD8 is #269527. Grayscale: #979797. Windows color (decimal): -2528552 or 14183129. OLE color: 14183129.

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

Color convert

RGB217106216-
CMYK00.510.000.15
HSL300.54º59.36%63.33%-
HSV(B)300.54º51.15%85.1%-
XYZ46.1630.0268.33-
YUV151.73164.27174.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.26%
GREEN value IS 106 (41.80% from 255) = 19.67%
BLUE value IS 216 (84.77% from 255) = 40.07%
R=40.26%
G=19.67%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710621600.510.000.15300.5459.3663.33
HexD96AD80330F12d3b3f
Octal3311523300630174557377
Binary11011001110101011011000011001101111100101101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96AD8; }

 p { color: rgb(217,106,216); }

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

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

 a { background-color: rgb(217,106,216); }

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

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

 span { border-color: rgb(217,106,216); }

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