Shades of Orchid #D864D4
Tints of Orchid #D864D4
RGB
CMYK
RGB Variations
Color information
#D864D4 (or 0xD864D4) is known color: Orchid. HEX triplet: D8, 64 and D4. RGB value is (216,100,212). Sum of RGB (Red+Green+Blue) = 216+100+212=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 100 (39.45% from 255 or 18.94% from 528); Blue value is 212 (83.20% from 255 or 40.15% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D864D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D864D4 is #279B2B. Grayscale: #939393. Windows color (decimal): -2595628 or 13919448. OLE color: 13919448.
HSL color Cylindrical-coordinate representation of color #D864D4: hue angle of 302.07º 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 #D864D4 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 100 | 212 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.15 |
| HSL | 302.07º | 0.6% | 0.62% | - |
| HSV(B) | 302.07º | 0.54% | 0.85% | - |
| XYZ | 44.76 | 28.47 | 65.42 | - |
| YUV | 147.45 | 164.43 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 100 | 212 | 0 | 0.54 | 0.02 | 0.15 | 302.07 | 0.6 | 0.62 |
| Hex | D8 | 64 | D4 | 0 | 36 | 2 | F | 12E | 3C | 3E |
| Octal | 330 | 144 | 324 | 0 | 66 | 2 | 17 | 456 | 74 | 76 |
| Binary | 11011000 | 1100100 | 11010100 | 0 | 110110 | 10 | 1111 | 100101110 | 111100 | 111110 |
Color Harmonies of #D864D4
Complementary color
Monochromatic Colors of #D864D4
Black with #D864D4
Text Example
Text Example
White with #D864D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D864D4; }
p { color: rgb(216,100,212); }
H1.HeaderClassName
{
color: #D864D4;
}
.AnyTagClassName
{
color: #D864D4;
}
</style>
background-color css
<style>
a { background-color: #D864D4; }
a { background-color: rgb(216,100,212); }
div.DivClassName
{
background-color: #D864D4;
}
.BgClassName
{
background-color: #D864D4;
}
</style>
border-color css
<style>
span { border-color: #D864D4; }
span { border-color: rgb(216,100,212); }
td.TdClassName
{
border-color: #D864D4;
}
.TagClassName
{
border-color: #D864D4;
}
</style>