Shades of Orchid #D863BC
Tints of Orchid #D863BC
RGB
CMYK
RGB Variations
Color information
#D863BC (or 0xD863BC) is known color: Orchid. HEX triplet: D8, 63 and BC. RGB value is (216,99,188). Sum of RGB (Red+Green+Blue) = 216+99+188=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D863BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D863BC is #279C43. Grayscale: #8F8F8F. Windows color (decimal): -2595908 or 12346328. OLE color: 12346328.
HSL color Cylindrical-coordinate representation of color #D863BC: hue angle of 314.36º 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 #D863BC is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 99 | 188 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.15 |
| HSL | 314.36º | 0.6% | 0.62% | - |
| HSV(B) | 314.36º | 0.54% | 0.85% | - |
| XYZ | 41.86 | 27.15 | 50.61 | - |
| YUV | 144.13 | 152.76 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 99 | 188 | 0 | 0.54 | 0.13 | 0.15 | 314.36 | 0.6 | 0.62 |
| Hex | D8 | 63 | BC | 0 | 36 | D | F | 13A | 3C | 3E |
| Octal | 330 | 143 | 274 | 0 | 66 | 15 | 17 | 472 | 74 | 76 |
| Binary | 11011000 | 1100011 | 10111100 | 0 | 110110 | 1101 | 1111 | 100111010 | 111100 | 111110 |
Color Harmonies of #D863BC
Complementary color
Monochromatic Colors of #D863BC
Black with #D863BC
Text Example
Text Example
White with #D863BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D863BC; }
p { color: rgb(216,99,188); }
H1.HeaderClassName
{
color: #D863BC;
}
.AnyTagClassName
{
color: #D863BC;
}
</style>
background-color css
<style>
a { background-color: #D863BC; }
a { background-color: rgb(216,99,188); }
div.DivClassName
{
background-color: #D863BC;
}
.BgClassName
{
background-color: #D863BC;
}
</style>
border-color css
<style>
span { border-color: #D863BC; }
span { border-color: rgb(216,99,188); }
td.TdClassName
{
border-color: #D863BC;
}
.TagClassName
{
border-color: #D863BC;
}
</style>