Shades of Medium Orchid #C52EDD
Tints of Medium Orchid #C52EDD
RGB
CMYK
RGB Variations
Color information
#C52EDD (or 0xC52EDD) is known color: Medium Orchid. HEX triplet: C5, 2E and DD. RGB value is (197,46,221). Sum of RGB (Red+Green+Blue) = 197+46+221=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 46 (18.36% from 255 or 9.91% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #C52EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52EDD is #3AD122. Grayscale: #6E6E6E. Windows color (decimal): -3854627 or 14495429. OLE color: 14495429.
HSL color Cylindrical-coordinate representation of color #C52EDD: hue angle of 291.77º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52EDD is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 46 | 221 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.13 |
| HSL | 291.77º | 0.72% | 0.52% | - |
| HSV(B) | 291.77º | 0.79% | 0.87% | - |
| XYZ | 37.05 | 19.04 | 70.13 | - |
| YUV | 111.1 | 190.03 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 221 | 0.11 | 0.79 | 0 | 0.13 | 291.77 | 0.72 | 0.52 |
| Hex | C5 | 2E | DD | B | 4F | 0 | D | 124 | 48 | 34 |
| Octal | 305 | 56 | 335 | 13 | 117 | 0 | 15 | 444 | 110 | 64 |
| Binary | 11000101 | 101110 | 11011101 | 1011 | 1001111 | 0 | 1101 | 100100100 | 1001000 | 110100 |
Color Harmonies of #C52EDD
Complementary color
Monochromatic Colors of #C52EDD
Black with #C52EDD
Text Example
Text Example
White with #C52EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52EDD; }
p { color: rgb(197,46,221); }
H1.HeaderClassName
{
color: #C52EDD;
}
.AnyTagClassName
{
color: #C52EDD;
}
</style>
background-color css
<style>
a { background-color: #C52EDD; }
a { background-color: rgb(197,46,221); }
div.DivClassName
{
background-color: #C52EDD;
}
.BgClassName
{
background-color: #C52EDD;
}
</style>
border-color css
<style>
span { border-color: #C52EDD; }
span { border-color: rgb(197,46,221); }
td.TdClassName
{
border-color: #C52EDD;
}
.TagClassName
{
border-color: #C52EDD;
}
</style>