Shades of Medium Orchid #C863DB
Tints of Medium Orchid #C863DB
RGB
CMYK
RGB Variations
Color information
#C863DB (or 0xC863DB) is known color: Medium Orchid. HEX triplet: C8, 63 and DB. RGB value is (200,99,219). Sum of RGB (Red+Green+Blue) = 200+99+219=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 99 (39.06% from 255 or 19.11% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #C863DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C863DB is #379C24. Grayscale: #8E8E8E. Windows color (decimal): -3644453 or 14377928. OLE color: 14377928.
HSL color Cylindrical-coordinate representation of color #C863DB: hue angle of 290.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C863DB is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 99 | 219 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.14 |
| HSL | 290.5º | 0.63% | 0.62% | - |
| HSV(B) | 290.5º | 0.55% | 0.86% | - |
| XYZ | 41.07 | 26.32 | 69.93 | - |
| YUV | 142.88 | 170.96 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 219 | 0.09 | 0.55 | 0 | 0.14 | 290.5 | 0.63 | 0.62 |
| Hex | C8 | 63 | DB | 9 | 37 | 0 | E | 122 | 3E | 3E |
| Octal | 310 | 143 | 333 | 11 | 67 | 0 | 16 | 442 | 76 | 76 |
| Binary | 11001000 | 1100011 | 11011011 | 1001 | 110111 | 0 | 1110 | 100100010 | 111110 | 111110 |
Color Harmonies of #C863DB
Complementary color
Monochromatic Colors of #C863DB
Black with #C863DB
Text Example
Text Example
White with #C863DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C863DB; }
p { color: rgb(200,99,219); }
H1.HeaderClassName
{
color: #C863DB;
}
.AnyTagClassName
{
color: #C863DB;
}
</style>
background-color css
<style>
a { background-color: #C863DB; }
a { background-color: rgb(200,99,219); }
div.DivClassName
{
background-color: #C863DB;
}
.BgClassName
{
background-color: #C863DB;
}
</style>
border-color css
<style>
span { border-color: #C863DB; }
span { border-color: rgb(200,99,219); }
td.TdClassName
{
border-color: #C863DB;
}
.TagClassName
{
border-color: #C863DB;
}
</style>