Shades of Orchid #D863C6
Tints of Orchid #D863C6
RGB
CMYK
RGB Variations
Color information
#D863C6 (or 0xD863C6) is known color: Orchid. HEX triplet: D8, 63 and C6. RGB value is (216,99,198). Sum of RGB (Red+Green+Blue) = 216+99+198=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D863C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D863C6 is #279C39. Grayscale: #909090. Windows color (decimal): -2595898 or 13001688. OLE color: 13001688.
HSL color Cylindrical-coordinate representation of color #D863C6: hue angle of 309.23º 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 #D863C6 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 99 | 198 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.15 |
| HSL | 309.23º | 0.6% | 0.62% | - |
| HSV(B) | 309.23º | 0.54% | 0.85% | - |
| XYZ | 42.97 | 27.6 | 56.49 | - |
| YUV | 145.27 | 157.76 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 99 | 198 | 0 | 0.54 | 0.08 | 0.15 | 309.23 | 0.6 | 0.62 |
| Hex | D8 | 63 | C6 | 0 | 36 | 8 | F | 135 | 3C | 3E |
| Octal | 330 | 143 | 306 | 0 | 66 | 10 | 17 | 465 | 74 | 76 |
| Binary | 11011000 | 1100011 | 11000110 | 0 | 110110 | 1000 | 1111 | 100110101 | 111100 | 111110 |
Color Harmonies of #D863C6
Complementary color
Monochromatic Colors of #D863C6
Black with #D863C6
Text Example
Text Example
White with #D863C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D863C6; }
p { color: rgb(216,99,198); }
H1.HeaderClassName
{
color: #D863C6;
}
.AnyTagClassName
{
color: #D863C6;
}
</style>
background-color css
<style>
a { background-color: #D863C6; }
a { background-color: rgb(216,99,198); }
div.DivClassName
{
background-color: #D863C6;
}
.BgClassName
{
background-color: #D863C6;
}
</style>
border-color css
<style>
span { border-color: #D863C6; }
span { border-color: rgb(216,99,198); }
td.TdClassName
{
border-color: #D863C6;
}
.TagClassName
{
border-color: #D863C6;
}
</style>