#D96ACE

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

Shades of Orchid #D96ACE

Tints of Orchid #D96ACE

Color information

#D96ACE (or 0xD96ACE) is unknown color: approx Orchid. HEX triplet: D9, 6A and CE. RGB value is (217,106,206). Sum of RGB (Red+Green+Blue) = 217+106+206=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D96ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96ACE is #269531. Grayscale: #969696. Windows color (decimal): -2528562 or 13527769. OLE color: 13527769.

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

Color convert

RGB217106206-
CMYK00.510.050.15
HSL305.95º59.36%63.33%-
HSV(B)305.95º51.15%85.1%-
XYZ44.9129.5261.72-
YUV150.59159.27175.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.02%
GREEN value IS 106 (41.80% from 255) = 20.04%
BLUE value IS 206 (80.86% from 255) = 38.94%
R=41.02%
G=20.04%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710620600.510.050.15305.9559.3663.33
HexD96ACE0335F1323b3f
Octal3311523160635174627377
Binary1101100111010101100111001100111011111100110010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96ACE; }

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

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

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

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

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

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

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

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