Shades of Orchid #D864BC
Tints of Orchid #D864BC
RGB
CMYK
RGB Variations
Color information
#D864BC (or 0xD864BC) is known color: Orchid. HEX triplet: D8, 64 and BC. RGB value is (216,100,188). Sum of RGB (Red+Green+Blue) = 216+100+188=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 100 (39.45% from 255 or 19.84% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 216 - color contains mainly: red. Hex color #D864BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D864BC is #279B43. Grayscale: #909090. Windows color (decimal): -2595652 or 12346584. OLE color: 12346584.
HSL color Cylindrical-coordinate representation of color #D864BC: hue angle of 314.48º 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 #D864BC is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 100 | 188 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.15 |
| HSL | 314.48º | 0.6% | 0.62% | - |
| HSV(B) | 314.48º | 0.54% | 0.85% | - |
| XYZ | 41.95 | 27.34 | 50.64 | - |
| YUV | 144.72 | 152.43 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 100 | 188 | 0 | 0.54 | 0.13 | 0.15 | 314.48 | 0.6 | 0.62 |
| Hex | D8 | 64 | BC | 0 | 36 | D | F | 13A | 3C | 3E |
| Octal | 330 | 144 | 274 | 0 | 66 | 15 | 17 | 472 | 74 | 76 |
| Binary | 11011000 | 1100100 | 10111100 | 0 | 110110 | 1101 | 1111 | 100111010 | 111100 | 111110 |
Color Harmonies of #D864BC
Complementary color
Monochromatic Colors of #D864BC
Black with #D864BC
Text Example
Text Example
White with #D864BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D864BC; }
p { color: rgb(216,100,188); }
H1.HeaderClassName
{
color: #D864BC;
}
.AnyTagClassName
{
color: #D864BC;
}
</style>
background-color css
<style>
a { background-color: #D864BC; }
a { background-color: rgb(216,100,188); }
div.DivClassName
{
background-color: #D864BC;
}
.BgClassName
{
background-color: #D864BC;
}
</style>
border-color css
<style>
span { border-color: #D864BC; }
span { border-color: rgb(216,100,188); }
td.TdClassName
{
border-color: #D864BC;
}
.TagClassName
{
border-color: #D864BC;
}
</style>