Shades of Medium Orchid #C52EDF
Tints of Medium Orchid #C52EDF
RGB
CMYK
RGB Variations
Color information
#C52EDF (or 0xC52EDF) is known color: Medium Orchid. HEX triplet: C5, 2E and DF. RGB value is (197,46,223). Sum of RGB (Red+Green+Blue) = 197+46+223=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 46 (18.36% from 255 or 9.87% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #C52EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52EDF is #3AD120. Grayscale: #6E6E6E. Windows color (decimal): -3854625 or 14626501. OLE color: 14626501.
HSL color Cylindrical-coordinate representation of color #C52EDF: hue angle of 291.19º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52EDF is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 46 | 223 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.13 |
| HSL | 291.19º | 0.73% | 0.53% | - |
| HSV(B) | 291.19º | 0.79% | 0.87% | - |
| XYZ | 37.32 | 19.15 | 71.54 | - |
| YUV | 111.33 | 191.03 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 223 | 0.12 | 0.79 | 0 | 0.13 | 291.19 | 0.73 | 0.53 |
| Hex | C5 | 2E | DF | C | 4F | 0 | D | 123 | 49 | 35 |
| Octal | 305 | 56 | 337 | 14 | 117 | 0 | 15 | 443 | 111 | 65 |
| Binary | 11000101 | 101110 | 11011111 | 1100 | 1001111 | 0 | 1101 | 100100011 | 1001001 | 110101 |
Color Harmonies of #C52EDF
Complementary color
Monochromatic Colors of #C52EDF
Black with #C52EDF
Text Example
Text Example
White with #C52EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52EDF; }
p { color: rgb(197,46,223); }
H1.HeaderClassName
{
color: #C52EDF;
}
.AnyTagClassName
{
color: #C52EDF;
}
</style>
background-color css
<style>
a { background-color: #C52EDF; }
a { background-color: rgb(197,46,223); }
div.DivClassName
{
background-color: #C52EDF;
}
.BgClassName
{
background-color: #C52EDF;
}
</style>
border-color css
<style>
span { border-color: #C52EDF; }
span { border-color: rgb(197,46,223); }
td.TdClassName
{
border-color: #C52EDF;
}
.TagClassName
{
border-color: #C52EDF;
}
</style>