Shades of Orchid #D96AC0
Tints of Orchid #D96AC0
RGB
CMYK
RGB Variations
Color information
#D96AC0 (or 0xD96AC0) is known color: Orchid. HEX triplet: D9, 6A and C0. RGB value is (217,106,192). Sum of RGB (Red+Green+Blue) = 217+106+192=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D96AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96AC0 is #26953F. Grayscale: #949494. Windows color (decimal): -2528576 or 12610265. OLE color: 12610265.
HSL color Cylindrical-coordinate representation of color #D96AC0: hue angle of 313.51º 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 #D96AC0 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 192 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.15 |
| HSL | 313.51º | 0.59% | 0.63% | - |
| HSV(B) | 313.51º | 0.51% | 0.85% | - |
| XYZ | 43.28 | 28.87 | 53.16 | - |
| YUV | 148.99 | 152.27 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 192 | 0 | 0.51 | 0.12 | 0.15 | 313.51 | 0.59 | 0.63 |
| Hex | D9 | 6A | C0 | 0 | 33 | C | F | 13A | 3B | 3F |
| Octal | 331 | 152 | 300 | 0 | 63 | 14 | 17 | 472 | 73 | 77 |
| Binary | 11011001 | 1101010 | 11000000 | 0 | 110011 | 1100 | 1111 | 100111010 | 111011 | 111111 |
Color Harmonies of #D96AC0
Complementary color
Monochromatic Colors of #D96AC0
Black with #D96AC0
Text Example
Text Example
White with #D96AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96AC0; }
p { color: rgb(217,106,192); }
H1.HeaderClassName
{
color: #D96AC0;
}
.AnyTagClassName
{
color: #D96AC0;
}
</style>
background-color css
<style>
a { background-color: #D96AC0; }
a { background-color: rgb(217,106,192); }
div.DivClassName
{
background-color: #D96AC0;
}
.BgClassName
{
background-color: #D96AC0;
}
</style>
border-color css
<style>
span { border-color: #D96AC0; }
span { border-color: rgb(217,106,192); }
td.TdClassName
{
border-color: #D96AC0;
}
.TagClassName
{
border-color: #D96AC0;
}
</style>