Shades of Orchid #D863BB
Tints of Orchid #D863BB
RGB
CMYK
RGB Variations
Color information
#D863BB (or 0xD863BB) is known color: Orchid. HEX triplet: D8, 63 and BB. RGB value is (216,99,187). Sum of RGB (Red+Green+Blue) = 216+99+187=502 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.03% from 502); Green value is 99 (39.06% from 255 or 19.72% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 216 - color contains mainly: red. Hex color #D863BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D863BB is #279C44. Grayscale: #8F8F8F. Windows color (decimal): -2595909 or 12280792. OLE color: 12280792.
HSL color Cylindrical-coordinate representation of color #D863BB: hue angle of 314.87º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D863BB is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 99 | 187 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.15 |
| HSL | 314.87º | 0.6% | 0.62% | - |
| HSV(B) | 314.87º | 0.54% | 0.85% | - |
| XYZ | 41.75 | 27.11 | 50.05 | - |
| YUV | 144.02 | 152.26 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 99 | 187 | 0 | 0.54 | 0.13 | 0.15 | 314.87 | 0.6 | 0.62 |
| Hex | D8 | 63 | BB | 0 | 36 | D | F | 13B | 3C | 3E |
| Octal | 330 | 143 | 273 | 0 | 66 | 15 | 17 | 473 | 74 | 76 |
| Binary | 11011000 | 1100011 | 10111011 | 0 | 110110 | 1101 | 1111 | 100111011 | 111100 | 111110 |
Color Harmonies of #D863BB
Complementary color
Monochromatic Colors of #D863BB
Black with #D863BB
Text Example
Text Example
White with #D863BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D863BB; }
p { color: rgb(216,99,187); }
H1.HeaderClassName
{
color: #D863BB;
}
.AnyTagClassName
{
color: #D863BB;
}
</style>
background-color css
<style>
a { background-color: #D863BB; }
a { background-color: rgb(216,99,187); }
div.DivClassName
{
background-color: #D863BB;
}
.BgClassName
{
background-color: #D863BB;
}
</style>
border-color css
<style>
span { border-color: #D863BB; }
span { border-color: rgb(216,99,187); }
td.TdClassName
{
border-color: #D863BB;
}
.TagClassName
{
border-color: #D863BB;
}
</style>