Shades of Medium Orchid #C53EEE
Tints of Medium Orchid #C53EEE
RGB
CMYK
RGB Variations
Color information
#C53EEE (or 0xC53EEE) is known color: Medium Orchid. HEX triplet: C5, 3E and EE. RGB value is (197,62,238). Sum of RGB (Red+Green+Blue) = 197+62+238=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 62 (24.61% from 255 or 12.47% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #C53EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53EEE is #3AC111. Grayscale: #797979. Windows color (decimal): -3850514 or 15613637. OLE color: 15613637.
HSL color Cylindrical-coordinate representation of color #C53EEE: hue angle of 286.02º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53EEE is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 62 | 238 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.07 |
| HSL | 286.02º | 0.84% | 0.59% | - |
| HSV(B) | 286.02º | 0.74% | 0.93% | - |
| XYZ | 40.18 | 21.49 | 82.92 | - |
| YUV | 122.43 | 193.23 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 62 | 238 | 0.17 | 0.74 | 0 | 0.07 | 286.02 | 0.84 | 0.59 |
| Hex | C5 | 3E | EE | 11 | 4A | 0 | 7 | 11E | 54 | 3B |
| Octal | 305 | 76 | 356 | 21 | 112 | 0 | 7 | 436 | 124 | 73 |
| Binary | 11000101 | 111110 | 11101110 | 10001 | 1001010 | 0 | 111 | 100011110 | 1010100 | 111011 |
Color Harmonies of #C53EEE
Complementary color
Monochromatic Colors of #C53EEE
Black with #C53EEE
Text Example
Text Example
White with #C53EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53EEE; }
p { color: rgb(197,62,238); }
H1.HeaderClassName
{
color: #C53EEE;
}
.AnyTagClassName
{
color: #C53EEE;
}
</style>
background-color css
<style>
a { background-color: #C53EEE; }
a { background-color: rgb(197,62,238); }
div.DivClassName
{
background-color: #C53EEE;
}
.BgClassName
{
background-color: #C53EEE;
}
</style>
border-color css
<style>
span { border-color: #C53EEE; }
span { border-color: rgb(197,62,238); }
td.TdClassName
{
border-color: #C53EEE;
}
.TagClassName
{
border-color: #C53EEE;
}
</style>