Shades of Medium Orchid #C52CEB
Tints of Medium Orchid #C52CEB
RGB
CMYK
RGB Variations
Color information
#C52CEB (or 0xC52CEB) is known color: Medium Orchid. HEX triplet: C5, 2C and EB. RGB value is (197,44,235). Sum of RGB (Red+Green+Blue) = 197+44+235=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 44 (17.58% from 255 or 9.24% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #C52CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52CEB is #3AD314. Grayscale: #6E6E6E. Windows color (decimal): -3855125 or 15412421. OLE color: 15412421.
HSL color Cylindrical-coordinate representation of color #C52CEB: hue angle of 288.06º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52CEB is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 44 | 235 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.08 |
| HSL | 288.06º | 0.83% | 0.55% | - |
| HSV(B) | 288.06º | 0.81% | 0.92% | - |
| XYZ | 38.92 | 19.67 | 80.34 | - |
| YUV | 111.52 | 197.69 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 44 | 235 | 0.16 | 0.81 | 0 | 0.08 | 288.06 | 0.83 | 0.55 |
| Hex | C5 | 2C | EB | 10 | 51 | 0 | 8 | 120 | 53 | 37 |
| Octal | 305 | 54 | 353 | 20 | 121 | 0 | 10 | 440 | 123 | 67 |
| Binary | 11000101 | 101100 | 11101011 | 10000 | 1010001 | 0 | 1000 | 100100000 | 1010011 | 110111 |
Color Harmonies of #C52CEB
Complementary color
Monochromatic Colors of #C52CEB
Black with #C52CEB
Text Example
Text Example
White with #C52CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52CEB; }
p { color: rgb(197,44,235); }
H1.HeaderClassName
{
color: #C52CEB;
}
.AnyTagClassName
{
color: #C52CEB;
}
</style>
background-color css
<style>
a { background-color: #C52CEB; }
a { background-color: rgb(197,44,235); }
div.DivClassName
{
background-color: #C52CEB;
}
.BgClassName
{
background-color: #C52CEB;
}
</style>
border-color css
<style>
span { border-color: #C52CEB; }
span { border-color: rgb(197,44,235); }
td.TdClassName
{
border-color: #C52CEB;
}
.TagClassName
{
border-color: #C52CEB;
}
</style>