Shades of Orchid #D863E5
Tints of Orchid #D863E5
RGB
CMYK
RGB Variations
Color information
#D863E5 (or 0xD863E5) is known color: Orchid. HEX triplet: D8, 63 and E5. RGB value is (216,99,229). Sum of RGB (Red+Green+Blue) = 216+99+229=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 99 (39.06% from 255 or 18.20% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 229 - color contains mainly: blue. Hex color #D863E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D863E5 is #279C1A. Grayscale: #949494. Windows color (decimal): -2595867 or 15033304. OLE color: 15033304.
HSL color Cylindrical-coordinate representation of color #D863E5: hue angle of 294º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D863E5 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 99 | 229 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.10 |
| HSL | 294º | 0.71% | 0.64% | - |
| HSV(B) | 294º | 0.57% | 0.9% | - |
| XYZ | 46.92 | 29.18 | 77.29 | - |
| YUV | 148.8 | 173.26 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 99 | 229 | 0.06 | 0.57 | 0 | 0.10 | 294 | 0.71 | 0.64 |
| Hex | D8 | 63 | E5 | 6 | 39 | 0 | A | 126 | 47 | 40 |
| Octal | 330 | 143 | 345 | 6 | 71 | 0 | 12 | 446 | 107 | 100 |
| Binary | 11011000 | 1100011 | 11100101 | 110 | 111001 | 0 | 1010 | 100100110 | 1000111 | 1000000 |
Color Harmonies of #D863E5
Complementary color
Monochromatic Colors of #D863E5
Black with #D863E5
Text Example
Text Example
White with #D863E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D863E5; }
p { color: rgb(216,99,229); }
H1.HeaderClassName
{
color: #D863E5;
}
.AnyTagClassName
{
color: #D863E5;
}
</style>
background-color css
<style>
a { background-color: #D863E5; }
a { background-color: rgb(216,99,229); }
div.DivClassName
{
background-color: #D863E5;
}
.BgClassName
{
background-color: #D863E5;
}
</style>
border-color css
<style>
span { border-color: #D863E5; }
span { border-color: rgb(216,99,229); }
td.TdClassName
{
border-color: #D863E5;
}
.TagClassName
{
border-color: #D863E5;
}
</style>