Shades of Medium Orchid #C52BE1
Tints of Medium Orchid #C52BE1
RGB
CMYK
RGB Variations
Color information
#C52BE1 (or 0xC52BE1) is known color: Medium Orchid. HEX triplet: C5, 2B and E1. RGB value is (197,43,225). Sum of RGB (Red+Green+Blue) = 197+43+225=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 43 (17.19% from 255 or 9.25% from 465); Blue value is 225 (88.28% from 255 or 48.39% from 465); Max value from RGB is 225 - color contains mainly: blue. Hex color #C52BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52BE1 is #3AD41E. Grayscale: #6D6D6D. Windows color (decimal): -3855391 or 14756805. OLE color: 14756805.
HSL color Cylindrical-coordinate representation of color #C52BE1: hue angle of 290.77º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52BE1 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 43 | 225 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.12 |
| HSL | 290.77º | 0.75% | 0.53% | - |
| HSV(B) | 290.77º | 0.81% | 0.88% | - |
| XYZ | 37.48 | 19.03 | 72.93 | - |
| YUV | 109.79 | 193.02 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 43 | 225 | 0.12 | 0.81 | 0 | 0.12 | 290.77 | 0.75 | 0.53 |
| Hex | C5 | 2B | E1 | C | 51 | 0 | C | 123 | 4B | 35 |
| Octal | 305 | 53 | 341 | 14 | 121 | 0 | 14 | 443 | 113 | 65 |
| Binary | 11000101 | 101011 | 11100001 | 1100 | 1010001 | 0 | 1100 | 100100011 | 1001011 | 110101 |
Color Harmonies of #C52BE1
Complementary color
Monochromatic Colors of #C52BE1
Black with #C52BE1
Text Example
Text Example
White with #C52BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52BE1; }
p { color: rgb(197,43,225); }
H1.HeaderClassName
{
color: #C52BE1;
}
.AnyTagClassName
{
color: #C52BE1;
}
</style>
background-color css
<style>
a { background-color: #C52BE1; }
a { background-color: rgb(197,43,225); }
div.DivClassName
{
background-color: #C52BE1;
}
.BgClassName
{
background-color: #C52BE1;
}
</style>
border-color css
<style>
span { border-color: #C52BE1; }
span { border-color: rgb(197,43,225); }
td.TdClassName
{
border-color: #C52BE1;
}
.TagClassName
{
border-color: #C52BE1;
}
</style>