Shades of Orchid #D864D5
Tints of Orchid #D864D5
RGB
CMYK
RGB Variations
Color information
#D864D5 (or 0xD864D5) is known color: Orchid. HEX triplet: D8, 64 and D5. RGB value is (216,100,213). Sum of RGB (Red+Green+Blue) = 216+100+213=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 100 (39.45% from 255 or 18.90% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D864D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D864D5 is #279B2A. Grayscale: #939393. Windows color (decimal): -2595627 or 13984984. OLE color: 13984984.
HSL color Cylindrical-coordinate representation of color #D864D5: hue angle of 301.55º 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 #D864D5 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 100 | 213 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.15 |
| HSL | 301.55º | 0.6% | 0.62% | - |
| HSV(B) | 301.55º | 0.54% | 0.85% | - |
| XYZ | 44.89 | 28.52 | 66.09 | - |
| YUV | 147.57 | 164.93 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 100 | 213 | 0 | 0.54 | 0.01 | 0.15 | 301.55 | 0.6 | 0.62 |
| Hex | D8 | 64 | D5 | 0 | 36 | 1 | F | 12E | 3C | 3E |
| Octal | 330 | 144 | 325 | 0 | 66 | 1 | 17 | 456 | 74 | 76 |
| Binary | 11011000 | 1100100 | 11010101 | 0 | 110110 | 1 | 1111 | 100101110 | 111100 | 111110 |
Color Harmonies of #D864D5
Complementary color
Monochromatic Colors of #D864D5
Black with #D864D5
Text Example
Text Example
White with #D864D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D864D5; }
p { color: rgb(216,100,213); }
H1.HeaderClassName
{
color: #D864D5;
}
.AnyTagClassName
{
color: #D864D5;
}
</style>
background-color css
<style>
a { background-color: #D864D5; }
a { background-color: rgb(216,100,213); }
div.DivClassName
{
background-color: #D864D5;
}
.BgClassName
{
background-color: #D864D5;
}
</style>
border-color css
<style>
span { border-color: #D864D5; }
span { border-color: rgb(216,100,213); }
td.TdClassName
{
border-color: #D864D5;
}
.TagClassName
{
border-color: #D864D5;
}
</style>