Shades of Medium Orchid #C863EB
Tints of Medium Orchid #C863EB
RGB
CMYK
RGB Variations
Color information
#C863EB (or 0xC863EB) is known color: Medium Orchid. HEX triplet: C8, 63 and EB. RGB value is (200,99,235). Sum of RGB (Red+Green+Blue) = 200+99+235=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 99 (39.06% from 255 or 18.54% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #C863EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C863EB is #379C14. Grayscale: #909090. Windows color (decimal): -3644437 or 15426504. OLE color: 15426504.
HSL color Cylindrical-coordinate representation of color #C863EB: hue angle of 284.56º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C863EB is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 99 | 235 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.08 |
| HSL | 284.56º | 0.77% | 0.65% | - |
| HSV(B) | 284.56º | 0.58% | 0.92% | - |
| XYZ | 43.28 | 27.2 | 81.57 | - |
| YUV | 144.7 | 178.96 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 235 | 0.15 | 0.58 | 0 | 0.08 | 284.56 | 0.77 | 0.65 |
| Hex | C8 | 63 | EB | F | 3A | 0 | 8 | 11D | 4D | 41 |
| Octal | 310 | 143 | 353 | 17 | 72 | 0 | 10 | 435 | 115 | 101 |
| Binary | 11001000 | 1100011 | 11101011 | 1111 | 111010 | 0 | 1000 | 100011101 | 1001101 | 1000001 |
Color Harmonies of #C863EB
Complementary color
Monochromatic Colors of #C863EB
Black with #C863EB
Text Example
Text Example
White with #C863EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C863EB; }
p { color: rgb(200,99,235); }
H1.HeaderClassName
{
color: #C863EB;
}
.AnyTagClassName
{
color: #C863EB;
}
</style>
background-color css
<style>
a { background-color: #C863EB; }
a { background-color: rgb(200,99,235); }
div.DivClassName
{
background-color: #C863EB;
}
.BgClassName
{
background-color: #C863EB;
}
</style>
border-color css
<style>
span { border-color: #C863EB; }
span { border-color: rgb(200,99,235); }
td.TdClassName
{
border-color: #C863EB;
}
.TagClassName
{
border-color: #C863EB;
}
</style>