Shades of Medium Orchid #C53DEE
Tints of Medium Orchid #C53DEE
RGB
CMYK
RGB Variations
Color information
#C53DEE (or 0xC53DEE) is known color: Medium Orchid. HEX triplet: C5, 3D and EE. RGB value is (197,61,238). Sum of RGB (Red+Green+Blue) = 197+61+238=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 61 (24.22% from 255 or 12.30% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #C53DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53DEE is #3AC211. Grayscale: #797979. Windows color (decimal): -3850770 or 15613381. OLE color: 15613381.
HSL color Cylindrical-coordinate representation of color #C53DEE: hue angle of 286.1º 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 #C53DEE is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 61 | 238 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.07 |
| HSL | 286.1º | 0.84% | 0.59% | - |
| HSV(B) | 286.1º | 0.74% | 0.93% | - |
| XYZ | 40.13 | 21.38 | 82.9 | - |
| YUV | 121.84 | 193.56 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 238 | 0.17 | 0.74 | 0 | 0.07 | 286.1 | 0.84 | 0.59 |
| Hex | C5 | 3D | EE | 11 | 4A | 0 | 7 | 11E | 54 | 3B |
| Octal | 305 | 75 | 356 | 21 | 112 | 0 | 7 | 436 | 124 | 73 |
| Binary | 11000101 | 111101 | 11101110 | 10001 | 1001010 | 0 | 111 | 100011110 | 1010100 | 111011 |
Color Harmonies of #C53DEE
Complementary color
Monochromatic Colors of #C53DEE
Black with #C53DEE
Text Example
Text Example
White with #C53DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53DEE; }
p { color: rgb(197,61,238); }
H1.HeaderClassName
{
color: #C53DEE;
}
.AnyTagClassName
{
color: #C53DEE;
}
</style>
background-color css
<style>
a { background-color: #C53DEE; }
a { background-color: rgb(197,61,238); }
div.DivClassName
{
background-color: #C53DEE;
}
.BgClassName
{
background-color: #C53DEE;
}
</style>
border-color css
<style>
span { border-color: #C53DEE; }
span { border-color: rgb(197,61,238); }
td.TdClassName
{
border-color: #C53DEE;
}
.TagClassName
{
border-color: #C53DEE;
}
</style>