#D96FDD

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

Shades of Orchid #D96FDD

Tints of Orchid #D96FDD

Color information

#D96FDD (or 0xD96FDD) is unknown color: approx Orchid. HEX triplet: D9, 6F and DD. RGB value is (217,111,221). Sum of RGB (Red+Green+Blue) = 217+111+221=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #D96FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96FDD is #269022. Grayscale: #9A9A9A. Windows color (decimal): -2527267 or 14512089. OLE color: 14512089.

HSL color Cylindrical-coordinate representation of color #D96FDD: hue angle of 297.82º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96FDD is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217111221-
CMYK0.020.5000.13
HSL297.82º61.8%65.1%-
HSV(B)297.82º49.77%86.67%-
XYZ47.3531.3471.96-
YUV155.23165.12172.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.53%
GREEN value IS 111 (43.75% from 255) = 20.22%
BLUE value IS 221 (86.72% from 255) = 40.26%
R=39.53%
G=20.22%
B=40.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171112210.020.5000.13297.8261.865.1
HexD96FDD2320D12a3e41
Octal33115733526201545276101
Binary1101100111011111101110110110010011011001010101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96FDD; }

 p { color: rgb(217,111,221); }

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

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

 a { background-color: rgb(217,111,221); }

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

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

 span { border-color: rgb(217,111,221); }

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