Shades of Orchid #D864BD
Tints of Orchid #D864BD
RGB
CMYK
RGB Variations
Color information
#D864BD (or 0xD864BD) is known color: Orchid. HEX triplet: D8, 64 and BD. RGB value is (216,100,189). Sum of RGB (Red+Green+Blue) = 216+100+189=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 100 (39.45% from 255 or 19.80% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D864BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D864BD is #279B42. Grayscale: #909090. Windows color (decimal): -2595651 or 12412120. OLE color: 12412120.
HSL color Cylindrical-coordinate representation of color #D864BD: hue angle of 313.97º 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 #D864BD is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 100 | 189 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.15 |
| HSL | 313.97º | 0.6% | 0.62% | - |
| HSV(B) | 313.97º | 0.54% | 0.85% | - |
| XYZ | 42.06 | 27.39 | 51.21 | - |
| YUV | 144.83 | 152.93 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 100 | 189 | 0 | 0.54 | 0.12 | 0.15 | 313.97 | 0.6 | 0.62 |
| Hex | D8 | 64 | BD | 0 | 36 | C | F | 13A | 3C | 3E |
| Octal | 330 | 144 | 275 | 0 | 66 | 14 | 17 | 472 | 74 | 76 |
| Binary | 11011000 | 1100100 | 10111101 | 0 | 110110 | 1100 | 1111 | 100111010 | 111100 | 111110 |
Color Harmonies of #D864BD
Complementary color
Monochromatic Colors of #D864BD
Black with #D864BD
Text Example
Text Example
White with #D864BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D864BD; }
p { color: rgb(216,100,189); }
H1.HeaderClassName
{
color: #D864BD;
}
.AnyTagClassName
{
color: #D864BD;
}
</style>
background-color css
<style>
a { background-color: #D864BD; }
a { background-color: rgb(216,100,189); }
div.DivClassName
{
background-color: #D864BD;
}
.BgClassName
{
background-color: #D864BD;
}
</style>
border-color css
<style>
span { border-color: #D864BD; }
span { border-color: rgb(216,100,189); }
td.TdClassName
{
border-color: #D864BD;
}
.TagClassName
{
border-color: #D864BD;
}
</style>