Shades of Orchid #D869C0
Tints of Orchid #D869C0
RGB
CMYK
RGB Variations
Color information
#D869C0 (or 0xD869C0) is known color: Orchid. HEX triplet: D8, 69 and C0. RGB value is (216,105,192). Sum of RGB (Red+Green+Blue) = 216+105+192=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D869C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D869C0 is #27963F. Grayscale: #939393. Windows color (decimal): -2594368 or 12610008. OLE color: 12610008.
HSL color Cylindrical-coordinate representation of color #D869C0: hue angle of 312.97º 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 #D869C0 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 192 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.15 |
| HSL | 312.97º | 0.59% | 0.63% | - |
| HSV(B) | 312.97º | 0.51% | 0.85% | - |
| XYZ | 42.88 | 28.51 | 53.11 | - |
| YUV | 148.11 | 152.77 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 192 | 0 | 0.51 | 0.11 | 0.15 | 312.97 | 0.59 | 0.63 |
| Hex | D8 | 69 | C0 | 0 | 33 | B | F | 139 | 3B | 3F |
| Octal | 330 | 151 | 300 | 0 | 63 | 13 | 17 | 471 | 73 | 77 |
| Binary | 11011000 | 1101001 | 11000000 | 0 | 110011 | 1011 | 1111 | 100111001 | 111011 | 111111 |
Color Harmonies of #D869C0
Complementary color
Monochromatic Colors of #D869C0
Black with #D869C0
Text Example
Text Example
White with #D869C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D869C0; }
p { color: rgb(216,105,192); }
H1.HeaderClassName
{
color: #D869C0;
}
.AnyTagClassName
{
color: #D869C0;
}
</style>
background-color css
<style>
a { background-color: #D869C0; }
a { background-color: rgb(216,105,192); }
div.DivClassName
{
background-color: #D869C0;
}
.BgClassName
{
background-color: #D869C0;
}
</style>
border-color css
<style>
span { border-color: #D869C0; }
span { border-color: rgb(216,105,192); }
td.TdClassName
{
border-color: #D869C0;
}
.TagClassName
{
border-color: #D869C0;
}
</style>