Shades of Medium Orchid #C52FEB
Tints of Medium Orchid #C52FEB
RGB
CMYK
RGB Variations
Color information
#C52FEB (or 0xC52FEB) is known color: Medium Orchid. HEX triplet: C5, 2F and EB. RGB value is (197,47,235). Sum of RGB (Red+Green+Blue) = 197+47+235=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 47 (18.75% from 255 or 9.81% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #C52FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52FEB is #3AD014. Grayscale: #707070. Windows color (decimal): -3854357 or 15413189. OLE color: 15413189.
HSL color Cylindrical-coordinate representation of color #C52FEB: hue angle of 287.87º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52FEB is Cyan = 0.16, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 47 | 235 | - |
| CMYK | 0.16 | 0.8 | 0 | 0.08 |
| HSL | 287.87º | 0.82% | 0.55% | - |
| HSV(B) | 287.87º | 0.8% | 0.92% | - |
| XYZ | 39.04 | 19.9 | 80.38 | - |
| YUV | 113.28 | 196.7 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 47 | 235 | 0.16 | 0.8 | 0 | 0.08 | 287.87 | 0.82 | 0.55 |
| Hex | C5 | 2F | EB | 10 | 50 | 0 | 8 | 120 | 52 | 37 |
| Octal | 305 | 57 | 353 | 20 | 120 | 0 | 10 | 440 | 122 | 67 |
| Binary | 11000101 | 101111 | 11101011 | 10000 | 1010000 | 0 | 1000 | 100100000 | 1010010 | 110111 |
Color Harmonies of #C52FEB
Complementary color
Monochromatic Colors of #C52FEB
Black with #C52FEB
Text Example
Text Example
White with #C52FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52FEB; }
p { color: rgb(197,47,235); }
H1.HeaderClassName
{
color: #C52FEB;
}
.AnyTagClassName
{
color: #C52FEB;
}
</style>
background-color css
<style>
a { background-color: #C52FEB; }
a { background-color: rgb(197,47,235); }
div.DivClassName
{
background-color: #C52FEB;
}
.BgClassName
{
background-color: #C52FEB;
}
</style>
border-color css
<style>
span { border-color: #C52FEB; }
span { border-color: rgb(197,47,235); }
td.TdClassName
{
border-color: #C52FEB;
}
.TagClassName
{
border-color: #C52FEB;
}
</style>