Shades of Orchid #D96ACE
Tints of Orchid #D96ACE
RGB
CMYK
RGB Variations
Color information
#D96ACE (or 0xD96ACE) is known color: 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
| RGB | 217 | 106 | 206 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.15 |
| HSL | 305.95º | 0.59% | 0.63% | - |
| HSV(B) | 305.95º | 0.51% | 0.85% | - |
| XYZ | 44.91 | 29.52 | 61.72 | - |
| YUV | 150.59 | 159.27 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 206 | 0 | 0.51 | 0.05 | 0.15 | 305.95 | 0.59 | 0.63 |
| Hex | D9 | 6A | CE | 0 | 33 | 5 | F | 132 | 3B | 3F |
| Octal | 331 | 152 | 316 | 0 | 63 | 5 | 17 | 462 | 73 | 77 |
| Binary | 11011001 | 1101010 | 11001110 | 0 | 110011 | 101 | 1111 | 100110010 | 111011 | 111111 |
Color Harmonies of #D96ACE
Complementary color
Monochromatic Colors of #D96ACE
Black with #D96ACE
Text Example
Text Example
White with #D96ACE
Text Example
Text Example
HTML Codes & Css Web 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>