Shades of Medium Orchid #C52AE4
Tints of Medium Orchid #C52AE4
RGB
CMYK
RGB Variations
Color information
#C52AE4 (or 0xC52AE4) is known color: Medium Orchid. HEX triplet: C5, 2A and E4. RGB value is (197,42,228). Sum of RGB (Red+Green+Blue) = 197+42+228=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 42 (16.80% from 255 or 8.99% from 467); Blue value is 228 (89.45% from 255 or 48.82% from 467); Max value from RGB is 228 - color contains mainly: blue. Hex color #C52AE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52AE4 is #3AD51B. Grayscale: #6C6C6C. Windows color (decimal): -3855644 or 14953157. OLE color: 14953157.
HSL color Cylindrical-coordinate representation of color #C52AE4: hue angle of 290º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52AE4 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 42 | 228 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.11 |
| HSL | 290º | 0.78% | 0.53% | - |
| HSV(B) | 290º | 0.82% | 0.89% | - |
| XYZ | 37.86 | 19.13 | 75.1 | - |
| YUV | 109.55 | 194.85 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 42 | 228 | 0.14 | 0.82 | 0 | 0.11 | 290 | 0.78 | 0.53 |
| Hex | C5 | 2A | E4 | E | 52 | 0 | B | 122 | 4E | 35 |
| Octal | 305 | 52 | 344 | 16 | 122 | 0 | 13 | 442 | 116 | 65 |
| Binary | 11000101 | 101010 | 11100100 | 1110 | 1010010 | 0 | 1011 | 100100010 | 1001110 | 110101 |
Color Harmonies of #C52AE4
Complementary color
Monochromatic Colors of #C52AE4
Black with #C52AE4
Text Example
Text Example
White with #C52AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52AE4; }
p { color: rgb(197,42,228); }
H1.HeaderClassName
{
color: #C52AE4;
}
.AnyTagClassName
{
color: #C52AE4;
}
</style>
background-color css
<style>
a { background-color: #C52AE4; }
a { background-color: rgb(197,42,228); }
div.DivClassName
{
background-color: #C52AE4;
}
.BgClassName
{
background-color: #C52AE4;
}
</style>
border-color css
<style>
span { border-color: #C52AE4; }
span { border-color: rgb(197,42,228); }
td.TdClassName
{
border-color: #C52AE4;
}
.TagClassName
{
border-color: #C52AE4;
}
</style>