Shades of Medium Orchid #C53AEE
Tints of Medium Orchid #C53AEE
RGB
CMYK
RGB Variations
Color information
#C53AEE (or 0xC53AEE) is known color: Medium Orchid. HEX triplet: C5, 3A and EE. RGB value is (197,58,238). Sum of RGB (Red+Green+Blue) = 197+58+238=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 58 (23.05% from 255 or 11.76% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #C53AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53AEE is #3AC511. Grayscale: #777777. Windows color (decimal): -3851538 or 15612613. OLE color: 15612613.
HSL color Cylindrical-coordinate representation of color #C53AEE: hue angle of 286.33º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C53AEE is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 58 | 238 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.07 |
| HSL | 286.33º | 0.84% | 0.58% | - |
| HSV(B) | 286.33º | 0.76% | 0.93% | - |
| XYZ | 39.97 | 21.07 | 82.85 | - |
| YUV | 120.08 | 194.55 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 238 | 0.17 | 0.76 | 0 | 0.07 | 286.33 | 0.84 | 0.58 |
| Hex | C5 | 3A | EE | 11 | 4C | 0 | 7 | 11E | 54 | 3A |
| Octal | 305 | 72 | 356 | 21 | 114 | 0 | 7 | 436 | 124 | 72 |
| Binary | 11000101 | 111010 | 11101110 | 10001 | 1001100 | 0 | 111 | 100011110 | 1010100 | 111010 |
Color Harmonies of #C53AEE
Complementary color
Monochromatic Colors of #C53AEE
Black with #C53AEE
Text Example
Text Example
White with #C53AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53AEE; }
p { color: rgb(197,58,238); }
H1.HeaderClassName
{
color: #C53AEE;
}
.AnyTagClassName
{
color: #C53AEE;
}
</style>
background-color css
<style>
a { background-color: #C53AEE; }
a { background-color: rgb(197,58,238); }
div.DivClassName
{
background-color: #C53AEE;
}
.BgClassName
{
background-color: #C53AEE;
}
</style>
border-color css
<style>
span { border-color: #C53AEE; }
span { border-color: rgb(197,58,238); }
td.TdClassName
{
border-color: #C53AEE;
}
.TagClassName
{
border-color: #C53AEE;
}
</style>