Shades of Orchid #D864CF
Tints of Orchid #D864CF
RGB
CMYK
RGB Variations
Color information
#D864CF (or 0xD864CF) is known color: Orchid. HEX triplet: D8, 64 and CF. RGB value is (216,100,207). Sum of RGB (Red+Green+Blue) = 216+100+207=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 100 (39.45% from 255 or 19.12% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D864CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D864CF is #279B30. Grayscale: #929292. Windows color (decimal): -2595633 or 13591768. OLE color: 13591768.
HSL color Cylindrical-coordinate representation of color #D864CF: hue angle of 304.66º 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 #D864CF is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 100 | 207 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.15 |
| HSL | 304.66º | 0.6% | 0.62% | - |
| HSV(B) | 304.66º | 0.54% | 0.85% | - |
| XYZ | 44.14 | 28.22 | 62.15 | - |
| YUV | 146.88 | 161.93 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 100 | 207 | 0 | 0.54 | 0.04 | 0.15 | 304.66 | 0.6 | 0.62 |
| Hex | D8 | 64 | CF | 0 | 36 | 4 | F | 131 | 3C | 3E |
| Octal | 330 | 144 | 317 | 0 | 66 | 4 | 17 | 461 | 74 | 76 |
| Binary | 11011000 | 1100100 | 11001111 | 0 | 110110 | 100 | 1111 | 100110001 | 111100 | 111110 |
Color Harmonies of #D864CF
Complementary color
Monochromatic Colors of #D864CF
Black with #D864CF
Text Example
Text Example
White with #D864CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D864CF; }
p { color: rgb(216,100,207); }
H1.HeaderClassName
{
color: #D864CF;
}
.AnyTagClassName
{
color: #D864CF;
}
</style>
background-color css
<style>
a { background-color: #D864CF; }
a { background-color: rgb(216,100,207); }
div.DivClassName
{
background-color: #D864CF;
}
.BgClassName
{
background-color: #D864CF;
}
</style>
border-color css
<style>
span { border-color: #D864CF; }
span { border-color: rgb(216,100,207); }
td.TdClassName
{
border-color: #D864CF;
}
.TagClassName
{
border-color: #D864CF;
}
</style>