Shades of Medium Orchid #C52CDC
Tints of Medium Orchid #C52CDC
RGB
CMYK
RGB Variations
Color information
#C52CDC (or 0xC52CDC) is known color: Medium Orchid. HEX triplet: C5, 2C and DC. RGB value is (197,44,220). Sum of RGB (Red+Green+Blue) = 197+44+220=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 44 (17.58% from 255 or 9.54% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #C52CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52CDC is #3AD323. Grayscale: #6D6D6D. Windows color (decimal): -3855140 or 14429381. OLE color: 14429381.
HSL color Cylindrical-coordinate representation of color #C52CDC: hue angle of 292.16º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52CDC is Cyan = 0.10, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 44 | 220 | - |
| CMYK | 0.10 | 0.8 | 0 | 0.14 |
| HSL | 292.16º | 0.72% | 0.52% | - |
| HSV(B) | 292.16º | 0.8% | 0.86% | - |
| XYZ | 36.84 | 18.84 | 69.4 | - |
| YUV | 109.81 | 190.19 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 44 | 220 | 0.10 | 0.8 | 0 | 0.14 | 292.16 | 0.72 | 0.52 |
| Hex | C5 | 2C | DC | A | 50 | 0 | E | 124 | 48 | 34 |
| Octal | 305 | 54 | 334 | 12 | 120 | 0 | 16 | 444 | 110 | 64 |
| Binary | 11000101 | 101100 | 11011100 | 1010 | 1010000 | 0 | 1110 | 100100100 | 1001000 | 110100 |
Color Harmonies of #C52CDC
Complementary color
Monochromatic Colors of #C52CDC
Black with #C52CDC
Text Example
Text Example
White with #C52CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52CDC; }
p { color: rgb(197,44,220); }
H1.HeaderClassName
{
color: #C52CDC;
}
.AnyTagClassName
{
color: #C52CDC;
}
</style>
background-color css
<style>
a { background-color: #C52CDC; }
a { background-color: rgb(197,44,220); }
div.DivClassName
{
background-color: #C52CDC;
}
.BgClassName
{
background-color: #C52CDC;
}
</style>
border-color css
<style>
span { border-color: #C52CDC; }
span { border-color: rgb(197,44,220); }
td.TdClassName
{
border-color: #C52CDC;
}
.TagClassName
{
border-color: #C52CDC;
}
</style>