Shades of Orchid #D863EA
Tints of Orchid #D863EA
RGB
CMYK
RGB Variations
Color information
#D863EA (or 0xD863EA) is known color: Orchid. HEX triplet: D8, 63 and EA. RGB value is (216,99,234). Sum of RGB (Red+Green+Blue) = 216+99+234=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 99 (39.06% from 255 or 18.03% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #D863EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D863EA is #279C15. Grayscale: #949494. Windows color (decimal): -2595862 or 15360984. OLE color: 15360984.
HSL color Cylindrical-coordinate representation of color #D863EA: hue angle of 292º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D863EA is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 99 | 234 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.08 |
| HSL | 292º | 0.76% | 0.65% | - |
| HSV(B) | 292º | 0.58% | 0.92% | - |
| XYZ | 47.63 | 29.46 | 81.02 | - |
| YUV | 149.37 | 175.76 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 99 | 234 | 0.08 | 0.58 | 0 | 0.08 | 292 | 0.76 | 0.65 |
| Hex | D8 | 63 | EA | 8 | 3A | 0 | 8 | 124 | 4C | 41 |
| Octal | 330 | 143 | 352 | 10 | 72 | 0 | 10 | 444 | 114 | 101 |
| Binary | 11011000 | 1100011 | 11101010 | 1000 | 111010 | 0 | 1000 | 100100100 | 1001100 | 1000001 |
Color Harmonies of #D863EA
Complementary color
Monochromatic Colors of #D863EA
Black with #D863EA
Text Example
Text Example
White with #D863EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D863EA; }
p { color: rgb(216,99,234); }
H1.HeaderClassName
{
color: #D863EA;
}
.AnyTagClassName
{
color: #D863EA;
}
</style>
background-color css
<style>
a { background-color: #D863EA; }
a { background-color: rgb(216,99,234); }
div.DivClassName
{
background-color: #D863EA;
}
.BgClassName
{
background-color: #D863EA;
}
</style>
border-color css
<style>
span { border-color: #D863EA; }
span { border-color: rgb(216,99,234); }
td.TdClassName
{
border-color: #D863EA;
}
.TagClassName
{
border-color: #D863EA;
}
</style>