#D96AE0

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

Shades of Orchid #D96AE0

Tints of Orchid #D96AE0

Color information

#D96AE0 (or 0xD96AE0) is unknown color: approx Orchid. HEX triplet: D9, 6A and E0. RGB value is (217,106,224). Sum of RGB (Red+Green+Blue) = 217+106+224=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 106 (41.80% from 255 or 19.38% from 547); Blue value is 224 (87.89% from 255 or 40.95% from 547); Max value from RGB is 224 - color contains mainly: blue. Hex color #D96AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96AE0 is #26951F. Grayscale: #989898. Windows color (decimal): -2528544 or 14707417. OLE color: 14707417.

HSL color Cylindrical-coordinate representation of color #D96AE0: hue angle of 296.44º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D96AE0 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB217106224-
CMYK0.030.5300.12
HSL296.44º65.56%64.71%-
HSV(B)296.44º52.68%87.84%-
XYZ47.2230.4473.91-
YUV152.64168.27173.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.67%
GREEN value IS 106 (41.80% from 255) = 19.38%
BLUE value IS 224 (87.89% from 255) = 40.95%
R=39.67%
G=19.38%
B=40.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2171062240.030.5300.12296.4465.5664.71
HexD96AE03350C1284241
Octal331152340365014450102101
Binary11011001110101011100000111101010110010010100010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96AE0; }

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

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

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

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

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

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

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

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