Shades of Orchid #D869B7
Tints of Orchid #D869B7
RGB
CMYK
RGB Variations
Color information
#D869B7 (or 0xD869B7) is known color: Orchid. HEX triplet: D8, 69 and B7. RGB value is (216,105,183). Sum of RGB (Red+Green+Blue) = 216+105+183=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 183 (71.88% from 255 or 36.31% from 504); Max value from RGB is 216 - color contains mainly: red. Hex color #D869B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D869B7 is #279648. Grayscale: #929292. Windows color (decimal): -2594377 or 12020184. OLE color: 12020184.
HSL color Cylindrical-coordinate representation of color #D869B7: 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 #D869B7 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 183 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.15 |
| HSL | 317.84º | 0.59% | 0.63% | - |
| HSV(B) | 317.84º | 0.51% | 0.85% | - |
| XYZ | 41.92 | 28.12 | 48.02 | - |
| YUV | 147.08 | 148.27 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 183 | 0 | 0.51 | 0.15 | 0.15 | 317.84 | 0.59 | 0.63 |
| Hex | D8 | 69 | B7 | 0 | 33 | F | F | 13E | 3B | 3F |
| Octal | 330 | 151 | 267 | 0 | 63 | 17 | 17 | 476 | 73 | 77 |
| Binary | 11011000 | 1101001 | 10110111 | 0 | 110011 | 1111 | 1111 | 100111110 | 111011 | 111111 |
Color Harmonies of #D869B7
Complementary color
Monochromatic Colors of #D869B7
Black with #D869B7
Text Example
Text Example
White with #D869B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D869B7; }
p { color: rgb(216,105,183); }
H1.HeaderClassName
{
color: #D869B7;
}
.AnyTagClassName
{
color: #D869B7;
}
</style>
background-color css
<style>
a { background-color: #D869B7; }
a { background-color: rgb(216,105,183); }
div.DivClassName
{
background-color: #D869B7;
}
.BgClassName
{
background-color: #D869B7;
}
</style>
border-color css
<style>
span { border-color: #D869B7; }
span { border-color: rgb(216,105,183); }
td.TdClassName
{
border-color: #D869B7;
}
.TagClassName
{
border-color: #D869B7;
}
</style>