Shades of Orchid #D870BC
Tints of Orchid #D870BC
RGB
CMYK
RGB Variations
Color information
#D870BC (or 0xD870BC) is known color: Orchid. HEX triplet: D8, 70 and BC. RGB value is (216,112,188). Sum of RGB (Red+Green+Blue) = 216+112+188=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D870BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D870BC is #278F43. Grayscale: #979797. Windows color (decimal): -2592580 or 12349656. OLE color: 12349656.
HSL color Cylindrical-coordinate representation of color #D870BC: hue angle of 316.15º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D870BC is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 112 | 188 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.15 |
| HSL | 316.15º | 0.57% | 0.64% | - |
| HSV(B) | 316.15º | 0.48% | 0.85% | - |
| XYZ | 43.19 | 29.82 | 51.06 | - |
| YUV | 151.76 | 148.46 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 112 | 188 | 0 | 0.48 | 0.13 | 0.15 | 316.15 | 0.57 | 0.64 |
| Hex | D8 | 70 | BC | 0 | 30 | D | F | 13C | 39 | 40 |
| Octal | 330 | 160 | 274 | 0 | 60 | 15 | 17 | 474 | 71 | 100 |
| Binary | 11011000 | 1110000 | 10111100 | 0 | 110000 | 1101 | 1111 | 100111100 | 111001 | 1000000 |
Color Harmonies of #D870BC
Complementary color
Monochromatic Colors of #D870BC
Black with #D870BC
Text Example
Text Example
White with #D870BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D870BC; }
p { color: rgb(216,112,188); }
H1.HeaderClassName
{
color: #D870BC;
}
.AnyTagClassName
{
color: #D870BC;
}
</style>
background-color css
<style>
a { background-color: #D870BC; }
a { background-color: rgb(216,112,188); }
div.DivClassName
{
background-color: #D870BC;
}
.BgClassName
{
background-color: #D870BC;
}
</style>
border-color css
<style>
span { border-color: #D870BC; }
span { border-color: rgb(216,112,188); }
td.TdClassName
{
border-color: #D870BC;
}
.TagClassName
{
border-color: #D870BC;
}
</style>