Shades of Orchid #D863E2
Tints of Orchid #D863E2
RGB
CMYK
RGB Variations
Color information
#D863E2 (or 0xD863E2) is known color: Orchid. HEX triplet: D8, 63 and E2. RGB value is (216,99,226). Sum of RGB (Red+Green+Blue) = 216+99+226=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 99 (39.06% from 255 or 18.30% from 541); Blue value is 226 (88.67% from 255 or 41.77% from 541); Max value from RGB is 226 - color contains mainly: blue. Hex color #D863E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D863E2 is #279C1D. Grayscale: #949494. Windows color (decimal): -2595870 or 14836696. OLE color: 14836696.
HSL color Cylindrical-coordinate representation of color #D863E2: hue angle of 295.28º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D863E2 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 99 | 226 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.11 |
| HSL | 295.28º | 0.69% | 0.64% | - |
| HSV(B) | 295.28º | 0.56% | 0.89% | - |
| XYZ | 46.51 | 29.01 | 75.1 | - |
| YUV | 148.46 | 171.76 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 99 | 226 | 0.04 | 0.56 | 0 | 0.11 | 295.28 | 0.69 | 0.64 |
| Hex | D8 | 63 | E2 | 4 | 38 | 0 | B | 127 | 45 | 40 |
| Octal | 330 | 143 | 342 | 4 | 70 | 0 | 13 | 447 | 105 | 100 |
| Binary | 11011000 | 1100011 | 11100010 | 100 | 111000 | 0 | 1011 | 100100111 | 1000101 | 1000000 |
Color Harmonies of #D863E2
Complementary color
Monochromatic Colors of #D863E2
Black with #D863E2
Text Example
Text Example
White with #D863E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D863E2; }
p { color: rgb(216,99,226); }
H1.HeaderClassName
{
color: #D863E2;
}
.AnyTagClassName
{
color: #D863E2;
}
</style>
background-color css
<style>
a { background-color: #D863E2; }
a { background-color: rgb(216,99,226); }
div.DivClassName
{
background-color: #D863E2;
}
.BgClassName
{
background-color: #D863E2;
}
</style>
border-color css
<style>
span { border-color: #D863E2; }
span { border-color: rgb(216,99,226); }
td.TdClassName
{
border-color: #D863E2;
}
.TagClassName
{
border-color: #D863E2;
}
</style>