Shades of Orchid #D96AB8
Tints of Orchid #D96AB8
RGB
CMYK
RGB Variations
Color information
#D96AB8 (or 0xD96AB8) is known color: Orchid. HEX triplet: D9, 6A and B8. RGB value is (217,106,184). Sum of RGB (Red+Green+Blue) = 217+106+184=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D96AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96AB8 is #269547. Grayscale: #939393. Windows color (decimal): -2528584 or 12085977. OLE color: 12085977.
HSL color Cylindrical-coordinate representation of color #D96AB8: hue angle of 317.84º 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 #D96AB8 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 184 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.15 |
| HSL | 317.84º | 0.59% | 0.63% | - |
| HSV(B) | 317.84º | 0.51% | 0.85% | - |
| XYZ | 42.42 | 28.52 | 48.62 | - |
| YUV | 148.08 | 148.27 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 184 | 0 | 0.51 | 0.15 | 0.15 | 317.84 | 0.59 | 0.63 |
| Hex | D9 | 6A | B8 | 0 | 33 | F | F | 13E | 3B | 3F |
| Octal | 331 | 152 | 270 | 0 | 63 | 17 | 17 | 476 | 73 | 77 |
| Binary | 11011001 | 1101010 | 10111000 | 0 | 110011 | 1111 | 1111 | 100111110 | 111011 | 111111 |
Color Harmonies of #D96AB8
Complementary color
Monochromatic Colors of #D96AB8
Black with #D96AB8
Text Example
Text Example
White with #D96AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96AB8; }
p { color: rgb(217,106,184); }
H1.HeaderClassName
{
color: #D96AB8;
}
.AnyTagClassName
{
color: #D96AB8;
}
</style>
background-color css
<style>
a { background-color: #D96AB8; }
a { background-color: rgb(217,106,184); }
div.DivClassName
{
background-color: #D96AB8;
}
.BgClassName
{
background-color: #D96AB8;
}
</style>
border-color css
<style>
span { border-color: #D96AB8; }
span { border-color: rgb(217,106,184); }
td.TdClassName
{
border-color: #D96AB8;
}
.TagClassName
{
border-color: #D96AB8;
}
</style>