Shades of Medium Orchid #C53BEE
Tints of Medium Orchid #C53BEE
RGB
CMYK
RGB Variations
Color information
#C53BEE (or 0xC53BEE) is known color: Medium Orchid. HEX triplet: C5, 3B and EE. RGB value is (197,59,238). Sum of RGB (Red+Green+Blue) = 197+59+238=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 59 (23.44% from 255 or 11.94% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #C53BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53BEE is #3AC411. Grayscale: #787878. Windows color (decimal): -3851282 or 15612869. OLE color: 15612869.
HSL color Cylindrical-coordinate representation of color #C53BEE: hue angle of 286.26º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53BEE is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 59 | 238 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.07 |
| HSL | 286.26º | 0.84% | 0.58% | - |
| HSV(B) | 286.26º | 0.75% | 0.93% | - |
| XYZ | 40.02 | 21.17 | 82.87 | - |
| YUV | 120.67 | 194.22 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 59 | 238 | 0.17 | 0.75 | 0 | 0.07 | 286.26 | 0.84 | 0.58 |
| Hex | C5 | 3B | EE | 11 | 4B | 0 | 7 | 11E | 54 | 3A |
| Octal | 305 | 73 | 356 | 21 | 113 | 0 | 7 | 436 | 124 | 72 |
| Binary | 11000101 | 111011 | 11101110 | 10001 | 1001011 | 0 | 111 | 100011110 | 1010100 | 111010 |
Color Harmonies of #C53BEE
Complementary color
Monochromatic Colors of #C53BEE
Black with #C53BEE
Text Example
Text Example
White with #C53BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53BEE; }
p { color: rgb(197,59,238); }
H1.HeaderClassName
{
color: #C53BEE;
}
.AnyTagClassName
{
color: #C53BEE;
}
</style>
background-color css
<style>
a { background-color: #C53BEE; }
a { background-color: rgb(197,59,238); }
div.DivClassName
{
background-color: #C53BEE;
}
.BgClassName
{
background-color: #C53BEE;
}
</style>
border-color css
<style>
span { border-color: #C53BEE; }
span { border-color: rgb(197,59,238); }
td.TdClassName
{
border-color: #C53BEE;
}
.TagClassName
{
border-color: #C53BEE;
}
</style>