#D96AD1

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

Shades of Orchid #D96AD1

Tints of Orchid #D96AD1

Color information

#D96AD1 (or 0xD96AD1) is unknown color: approx Orchid. HEX triplet: D9, 6A and D1. RGB value is (217,106,209). Sum of RGB (Red+Green+Blue) = 217+106+209=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 106 (41.80% from 255 or 19.92% from 532); Blue value is 209 (82.03% from 255 or 39.29% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D96AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96AD1 is #26952E. Grayscale: #969696. Windows color (decimal): -2528559 or 13724377. OLE color: 13724377.

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

Color convert

RGB217106209-
CMYK00.510.040.15
HSL304.32º59.36%63.33%-
HSV(B)304.32º51.15%85.1%-
XYZ45.2829.6663.66-
YUV150.93160.77175.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.79%
GREEN value IS 106 (41.80% from 255) = 19.92%
BLUE value IS 209 (82.03% from 255) = 39.29%
R=40.79%
G=19.92%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710620900.510.040.15304.3259.3663.33
HexD96AD10334F1303b3f
Octal3311523210634174607377
Binary1101100111010101101000101100111001111100110000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96AD1; }

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

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

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

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

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

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

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

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