Shades of Medium Orchid #C863DD
Tints of Medium Orchid #C863DD
RGB
CMYK
RGB Variations
Color information
#C863DD (or 0xC863DD) is known color: Medium Orchid. HEX triplet: C8, 63 and DD. RGB value is (200,99,221). Sum of RGB (Red+Green+Blue) = 200+99+221=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #C863DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C863DD is #379C22. Grayscale: #8E8E8E. Windows color (decimal): -3644451 or 14509000. OLE color: 14509000.
HSL color Cylindrical-coordinate representation of color #C863DD: hue angle of 289.67º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C863DD is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 99 | 221 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.13 |
| HSL | 289.67º | 0.64% | 0.63% | - |
| HSV(B) | 289.67º | 0.55% | 0.87% | - |
| XYZ | 41.33 | 26.42 | 71.33 | - |
| YUV | 143.11 | 171.96 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 221 | 0.10 | 0.55 | 0 | 0.13 | 289.67 | 0.64 | 0.63 |
| Hex | C8 | 63 | DD | A | 37 | 0 | D | 122 | 40 | 3F |
| Octal | 310 | 143 | 335 | 12 | 67 | 0 | 15 | 442 | 100 | 77 |
| Binary | 11001000 | 1100011 | 11011101 | 1010 | 110111 | 0 | 1101 | 100100010 | 1000000 | 111111 |
Color Harmonies of #C863DD
Complementary color
Monochromatic Colors of #C863DD
Black with #C863DD
Text Example
Text Example
White with #C863DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C863DD; }
p { color: rgb(200,99,221); }
H1.HeaderClassName
{
color: #C863DD;
}
.AnyTagClassName
{
color: #C863DD;
}
</style>
background-color css
<style>
a { background-color: #C863DD; }
a { background-color: rgb(200,99,221); }
div.DivClassName
{
background-color: #C863DD;
}
.BgClassName
{
background-color: #C863DD;
}
</style>
border-color css
<style>
span { border-color: #C863DD; }
span { border-color: rgb(200,99,221); }
td.TdClassName
{
border-color: #C863DD;
}
.TagClassName
{
border-color: #C863DD;
}
</style>