Shades of Orchid #D864CB
Tints of Orchid #D864CB
RGB
CMYK
RGB Variations
Color information
#D864CB (or 0xD864CB) is known color: Orchid. HEX triplet: D8, 64 and CB. RGB value is (216,100,203). Sum of RGB (Red+Green+Blue) = 216+100+203=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D864CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D864CB is #279B34. Grayscale: #929292. Windows color (decimal): -2595637 or 13329624. OLE color: 13329624.
HSL color Cylindrical-coordinate representation of color #D864CB: hue angle of 306.72º 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 #D864CB is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 100 | 203 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.15 |
| HSL | 306.72º | 0.6% | 0.62% | - |
| HSV(B) | 306.72º | 0.54% | 0.85% | - |
| XYZ | 43.66 | 28.03 | 59.61 | - |
| YUV | 146.43 | 159.93 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 100 | 203 | 0 | 0.54 | 0.06 | 0.15 | 306.72 | 0.6 | 0.62 |
| Hex | D8 | 64 | CB | 0 | 36 | 6 | F | 133 | 3C | 3E |
| Octal | 330 | 144 | 313 | 0 | 66 | 6 | 17 | 463 | 74 | 76 |
| Binary | 11011000 | 1100100 | 11001011 | 0 | 110110 | 110 | 1111 | 100110011 | 111100 | 111110 |
Color Harmonies of #D864CB
Complementary color
Monochromatic Colors of #D864CB
Black with #D864CB
Text Example
Text Example
White with #D864CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D864CB; }
p { color: rgb(216,100,203); }
H1.HeaderClassName
{
color: #D864CB;
}
.AnyTagClassName
{
color: #D864CB;
}
</style>
background-color css
<style>
a { background-color: #D864CB; }
a { background-color: rgb(216,100,203); }
div.DivClassName
{
background-color: #D864CB;
}
.BgClassName
{
background-color: #D864CB;
}
</style>
border-color css
<style>
span { border-color: #D864CB; }
span { border-color: rgb(216,100,203); }
td.TdClassName
{
border-color: #D864CB;
}
.TagClassName
{
border-color: #D864CB;
}
</style>