Shades of Orchid #D863D5
Tints of Orchid #D863D5
RGB
CMYK
RGB Variations
Color information
#D863D5 (or 0xD863D5) is known color: Orchid. HEX triplet: D8, 63 and D5. RGB value is (216,99,213). Sum of RGB (Red+Green+Blue) = 216+99+213=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 99 (39.06% from 255 or 18.75% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D863D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D863D5 is #279C2A. Grayscale: #929292. Windows color (decimal): -2595883 or 13984728. OLE color: 13984728.
HSL color Cylindrical-coordinate representation of color #D863D5: hue angle of 301.54º 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 #D863D5 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 99 | 213 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.15 |
| HSL | 301.54º | 0.6% | 0.62% | - |
| HSV(B) | 301.54º | 0.54% | 0.85% | - |
| XYZ | 44.79 | 28.33 | 66.06 | - |
| YUV | 146.98 | 165.26 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 99 | 213 | 0 | 0.54 | 0.01 | 0.15 | 301.54 | 0.6 | 0.62 |
| Hex | D8 | 63 | D5 | 0 | 36 | 1 | F | 12E | 3C | 3E |
| Octal | 330 | 143 | 325 | 0 | 66 | 1 | 17 | 456 | 74 | 76 |
| Binary | 11011000 | 1100011 | 11010101 | 0 | 110110 | 1 | 1111 | 100101110 | 111100 | 111110 |
Color Harmonies of #D863D5
Complementary color
Monochromatic Colors of #D863D5
Black with #D863D5
Text Example
Text Example
White with #D863D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D863D5; }
p { color: rgb(216,99,213); }
H1.HeaderClassName
{
color: #D863D5;
}
.AnyTagClassName
{
color: #D863D5;
}
</style>
background-color css
<style>
a { background-color: #D863D5; }
a { background-color: rgb(216,99,213); }
div.DivClassName
{
background-color: #D863D5;
}
.BgClassName
{
background-color: #D863D5;
}
</style>
border-color css
<style>
span { border-color: #D863D5; }
span { border-color: rgb(216,99,213); }
td.TdClassName
{
border-color: #D863D5;
}
.TagClassName
{
border-color: #D863D5;
}
</style>