Shades of Medium Orchid #C863DA
Tints of Medium Orchid #C863DA
RGB
CMYK
RGB Variations
Color information
#C863DA (or 0xC863DA) is known color: Medium Orchid. HEX triplet: C8, 63 and DA. RGB value is (200,99,218). Sum of RGB (Red+Green+Blue) = 200+99+218=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 99 (39.06% from 255 or 19.15% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #C863DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C863DA is #379C25. Grayscale: #8E8E8E. Windows color (decimal): -3644454 or 14312392. OLE color: 14312392.
HSL color Cylindrical-coordinate representation of color #C863DA: hue angle of 290.92º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C863DA is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 99 | 218 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.15 |
| HSL | 290.92º | 0.62% | 0.62% | - |
| HSV(B) | 290.92º | 0.55% | 0.85% | - |
| XYZ | 40.94 | 26.27 | 69.24 | - |
| YUV | 142.77 | 170.46 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 218 | 0.08 | 0.55 | 0 | 0.15 | 290.92 | 0.62 | 0.62 |
| Hex | C8 | 63 | DA | 8 | 37 | 0 | F | 123 | 3E | 3E |
| Octal | 310 | 143 | 332 | 10 | 67 | 0 | 17 | 443 | 76 | 76 |
| Binary | 11001000 | 1100011 | 11011010 | 1000 | 110111 | 0 | 1111 | 100100011 | 111110 | 111110 |
Color Harmonies of #C863DA
Complementary color
Monochromatic Colors of #C863DA
Black with #C863DA
Text Example
Text Example
White with #C863DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C863DA; }
p { color: rgb(200,99,218); }
H1.HeaderClassName
{
color: #C863DA;
}
.AnyTagClassName
{
color: #C863DA;
}
</style>
background-color css
<style>
a { background-color: #C863DA; }
a { background-color: rgb(200,99,218); }
div.DivClassName
{
background-color: #C863DA;
}
.BgClassName
{
background-color: #C863DA;
}
</style>
border-color css
<style>
span { border-color: #C863DA; }
span { border-color: rgb(200,99,218); }
td.TdClassName
{
border-color: #C863DA;
}
.TagClassName
{
border-color: #C863DA;
}
</style>