Shades of Medium Orchid #C863E8
Tints of Medium Orchid #C863E8
RGB
CMYK
RGB Variations
Color information
#C863E8 (or 0xC863E8) is known color: Medium Orchid. HEX triplet: C8, 63 and E8. RGB value is (200,99,232). Sum of RGB (Red+Green+Blue) = 200+99+232=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 99 (39.06% from 255 or 18.64% from 531); Blue value is 232 (91.02% from 255 or 43.69% from 531); Max value from RGB is 232 - color contains mainly: blue. Hex color #C863E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C863E8 is #379C17. Grayscale: #8F8F8F. Windows color (decimal): -3644440 or 15229896. OLE color: 15229896.
HSL color Cylindrical-coordinate representation of color #C863E8: hue angle of 285.56º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C863E8 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 99 | 232 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.09 |
| HSL | 285.56º | 0.74% | 0.65% | - |
| HSV(B) | 285.56º | 0.57% | 0.91% | - |
| XYZ | 42.85 | 27.03 | 79.3 | - |
| YUV | 144.36 | 177.46 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 232 | 0.14 | 0.57 | 0 | 0.09 | 285.56 | 0.74 | 0.65 |
| Hex | C8 | 63 | E8 | E | 39 | 0 | 9 | 11E | 4A | 41 |
| Octal | 310 | 143 | 350 | 16 | 71 | 0 | 11 | 436 | 112 | 101 |
| Binary | 11001000 | 1100011 | 11101000 | 1110 | 111001 | 0 | 1001 | 100011110 | 1001010 | 1000001 |
Color Harmonies of #C863E8
Complementary color
Monochromatic Colors of #C863E8
Black with #C863E8
Text Example
Text Example
White with #C863E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C863E8; }
p { color: rgb(200,99,232); }
H1.HeaderClassName
{
color: #C863E8;
}
.AnyTagClassName
{
color: #C863E8;
}
</style>
background-color css
<style>
a { background-color: #C863E8; }
a { background-color: rgb(200,99,232); }
div.DivClassName
{
background-color: #C863E8;
}
.BgClassName
{
background-color: #C863E8;
}
</style>
border-color css
<style>
span { border-color: #C863E8; }
span { border-color: rgb(200,99,232); }
td.TdClassName
{
border-color: #C863E8;
}
.TagClassName
{
border-color: #C863E8;
}
</style>