Shades of Medium Orchid #C52EDE
Tints of Medium Orchid #C52EDE
RGB
CMYK
RGB Variations
Color information
#C52EDE (or 0xC52EDE) is known color: Medium Orchid. HEX triplet: C5, 2E and DE. RGB value is (197,46,222). Sum of RGB (Red+Green+Blue) = 197+46+222=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 46 (18.36% from 255 or 9.89% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #C52EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52EDE is #3AD121. Grayscale: #6E6E6E. Windows color (decimal): -3854626 or 14560965. OLE color: 14560965.
HSL color Cylindrical-coordinate representation of color #C52EDE: hue angle of 291.48º 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 #C52EDE is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 46 | 222 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.13 |
| HSL | 291.48º | 0.73% | 0.53% | - |
| HSV(B) | 291.48º | 0.79% | 0.87% | - |
| XYZ | 37.19 | 19.1 | 70.83 | - |
| YUV | 111.21 | 190.53 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 222 | 0.11 | 0.79 | 0 | 0.13 | 291.48 | 0.73 | 0.53 |
| Hex | C5 | 2E | DE | B | 4F | 0 | D | 123 | 49 | 35 |
| Octal | 305 | 56 | 336 | 13 | 117 | 0 | 15 | 443 | 111 | 65 |
| Binary | 11000101 | 101110 | 11011110 | 1011 | 1001111 | 0 | 1101 | 100100011 | 1001001 | 110101 |
Color Harmonies of #C52EDE
Complementary color
Monochromatic Colors of #C52EDE
Black with #C52EDE
Text Example
Text Example
White with #C52EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52EDE; }
p { color: rgb(197,46,222); }
H1.HeaderClassName
{
color: #C52EDE;
}
.AnyTagClassName
{
color: #C52EDE;
}
</style>
background-color css
<style>
a { background-color: #C52EDE; }
a { background-color: rgb(197,46,222); }
div.DivClassName
{
background-color: #C52EDE;
}
.BgClassName
{
background-color: #C52EDE;
}
</style>
border-color css
<style>
span { border-color: #C52EDE; }
span { border-color: rgb(197,46,222); }
td.TdClassName
{
border-color: #C52EDE;
}
.TagClassName
{
border-color: #C52EDE;
}
</style>