Shades of Medium Orchid #C52CDF
Tints of Medium Orchid #C52CDF
RGB
CMYK
RGB Variations
Color information
#C52CDF (or 0xC52CDF) is known color: Medium Orchid. HEX triplet: C5, 2C and DF. RGB value is (197,44,223). Sum of RGB (Red+Green+Blue) = 197+44+223=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 44 (17.58% from 255 or 9.48% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #C52CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52CDF is #3AD320. Grayscale: #6D6D6D. Windows color (decimal): -3855137 or 14625989. OLE color: 14625989.
HSL color Cylindrical-coordinate representation of color #C52CDF: hue angle of 291.28º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52CDF is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 44 | 223 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.13 |
| HSL | 291.28º | 0.74% | 0.52% | - |
| HSV(B) | 291.28º | 0.8% | 0.87% | - |
| XYZ | 37.25 | 19 | 71.52 | - |
| YUV | 110.15 | 191.69 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 44 | 223 | 0.12 | 0.80 | 0 | 0.13 | 291.28 | 0.74 | 0.52 |
| Hex | C5 | 2C | DF | C | 50 | 0 | D | 123 | 4A | 34 |
| Octal | 305 | 54 | 337 | 14 | 120 | 0 | 15 | 443 | 112 | 64 |
| Binary | 11000101 | 101100 | 11011111 | 1100 | 1010000 | 0 | 1101 | 100100011 | 1001010 | 110100 |
Color Harmonies of #C52CDF
Complementary color
Monochromatic Colors of #C52CDF
Black with #C52CDF
Text Example
Text Example
White with #C52CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52CDF; }
p { color: rgb(197,44,223); }
H1.HeaderClassName
{
color: #C52CDF;
}
.AnyTagClassName
{
color: #C52CDF;
}
</style>
background-color css
<style>
a { background-color: #C52CDF; }
a { background-color: rgb(197,44,223); }
div.DivClassName
{
background-color: #C52CDF;
}
.BgClassName
{
background-color: #C52CDF;
}
</style>
border-color css
<style>
span { border-color: #C52CDF; }
span { border-color: rgb(197,44,223); }
td.TdClassName
{
border-color: #C52CDF;
}
.TagClassName
{
border-color: #C52CDF;
}
</style>