Shades of Medium Orchid #C52FEF
Tints of Medium Orchid #C52FEF
RGB
CMYK
RGB Variations
Color information
#C52FEF (or 0xC52FEF) is known color: Medium Orchid. HEX triplet: C5, 2F and EF. RGB value is (197,47,239). Sum of RGB (Red+Green+Blue) = 197+47+239=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 47 (18.75% from 255 or 9.73% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #C52FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52FEF is #3AD010. Grayscale: #717171. Windows color (decimal): -3854353 or 15675333. OLE color: 15675333.
HSL color Cylindrical-coordinate representation of color #C52FEF: hue angle of 286.88º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52FEF is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 47 | 239 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.06 |
| HSL | 286.88º | 0.86% | 0.56% | - |
| HSV(B) | 286.88º | 0.8% | 0.94% | - |
| XYZ | 39.62 | 20.14 | 83.46 | - |
| YUV | 113.74 | 198.7 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 47 | 239 | 0.18 | 0.80 | 0 | 0.06 | 286.88 | 0.86 | 0.56 |
| Hex | C5 | 2F | EF | 12 | 50 | 0 | 6 | 11F | 56 | 38 |
| Octal | 305 | 57 | 357 | 22 | 120 | 0 | 6 | 437 | 126 | 70 |
| Binary | 11000101 | 101111 | 11101111 | 10010 | 1010000 | 0 | 110 | 100011111 | 1010110 | 111000 |
Color Harmonies of #C52FEF
Complementary color
Monochromatic Colors of #C52FEF
Black with #C52FEF
Text Example
Text Example
White with #C52FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52FEF; }
p { color: rgb(197,47,239); }
H1.HeaderClassName
{
color: #C52FEF;
}
.AnyTagClassName
{
color: #C52FEF;
}
</style>
background-color css
<style>
a { background-color: #C52FEF; }
a { background-color: rgb(197,47,239); }
div.DivClassName
{
background-color: #C52FEF;
}
.BgClassName
{
background-color: #C52FEF;
}
</style>
border-color css
<style>
span { border-color: #C52FEF; }
span { border-color: rgb(197,47,239); }
td.TdClassName
{
border-color: #C52FEF;
}
.TagClassName
{
border-color: #C52FEF;
}
</style>