Shades of Orchid #D863E0
Tints of Orchid #D863E0
RGB
CMYK
RGB Variations
Color information
#D863E0 (or 0xD863E0) is known color: Orchid. HEX triplet: D8, 63 and E0. RGB value is (216,99,224). Sum of RGB (Red+Green+Blue) = 216+99+224=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 99 (39.06% from 255 or 18.37% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #D863E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D863E0 is #279C1F. Grayscale: #939393. Windows color (decimal): -2595872 or 14705624. OLE color: 14705624.
HSL color Cylindrical-coordinate representation of color #D863E0: hue angle of 296.16º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D863E0 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 99 | 224 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.12 |
| HSL | 296.16º | 0.67% | 0.63% | - |
| HSV(B) | 296.16º | 0.56% | 0.88% | - |
| XYZ | 46.24 | 28.9 | 73.66 | - |
| YUV | 148.23 | 170.76 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 99 | 224 | 0.04 | 0.56 | 0 | 0.12 | 296.16 | 0.67 | 0.63 |
| Hex | D8 | 63 | E0 | 4 | 38 | 0 | C | 128 | 43 | 3F |
| Octal | 330 | 143 | 340 | 4 | 70 | 0 | 14 | 450 | 103 | 77 |
| Binary | 11011000 | 1100011 | 11100000 | 100 | 111000 | 0 | 1100 | 100101000 | 1000011 | 111111 |
Color Harmonies of #D863E0
Complementary color
Monochromatic Colors of #D863E0
Black with #D863E0
Text Example
Text Example
White with #D863E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D863E0; }
p { color: rgb(216,99,224); }
H1.HeaderClassName
{
color: #D863E0;
}
.AnyTagClassName
{
color: #D863E0;
}
</style>
background-color css
<style>
a { background-color: #D863E0; }
a { background-color: rgb(216,99,224); }
div.DivClassName
{
background-color: #D863E0;
}
.BgClassName
{
background-color: #D863E0;
}
</style>
border-color css
<style>
span { border-color: #D863E0; }
span { border-color: rgb(216,99,224); }
td.TdClassName
{
border-color: #D863E0;
}
.TagClassName
{
border-color: #D863E0;
}
</style>