Shades of Orchid #D869B5
Tints of Orchid #D869B5
RGB
CMYK
RGB Variations
Color information
#D869B5 (or 0xD869B5) is known color: Orchid. HEX triplet: D8, 69 and B5. RGB value is (216,105,181). Sum of RGB (Red+Green+Blue) = 216+105+181=502 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.03% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 216 - color contains mainly: red. Hex color #D869B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D869B5 is #27964A. Grayscale: #929292. Windows color (decimal): -2594379 or 11889112. OLE color: 11889112.
HSL color Cylindrical-coordinate representation of color #D869B5: hue angle of 318.92º 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 #D869B5 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 181 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.15 |
| HSL | 318.92º | 0.59% | 0.63% | - |
| HSV(B) | 318.92º | 0.51% | 0.85% | - |
| XYZ | 41.71 | 28.04 | 46.93 | - |
| YUV | 146.85 | 147.27 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 181 | 0 | 0.51 | 0.16 | 0.15 | 318.92 | 0.59 | 0.63 |
| Hex | D8 | 69 | B5 | 0 | 33 | 10 | F | 13F | 3B | 3F |
| Octal | 330 | 151 | 265 | 0 | 63 | 20 | 17 | 477 | 73 | 77 |
| Binary | 11011000 | 1101001 | 10110101 | 0 | 110011 | 10000 | 1111 | 100111111 | 111011 | 111111 |
Color Harmonies of #D869B5
Complementary color
Monochromatic Colors of #D869B5
Black with #D869B5
Text Example
Text Example
White with #D869B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D869B5; }
p { color: rgb(216,105,181); }
H1.HeaderClassName
{
color: #D869B5;
}
.AnyTagClassName
{
color: #D869B5;
}
</style>
background-color css
<style>
a { background-color: #D869B5; }
a { background-color: rgb(216,105,181); }
div.DivClassName
{
background-color: #D869B5;
}
.BgClassName
{
background-color: #D869B5;
}
</style>
border-color css
<style>
span { border-color: #D869B5; }
span { border-color: rgb(216,105,181); }
td.TdClassName
{
border-color: #D869B5;
}
.TagClassName
{
border-color: #D869B5;
}
</style>