Shades of Medium Orchid #C52CDE
Tints of Medium Orchid #C52CDE
RGB
CMYK
RGB Variations
Color information
#C52CDE (or 0xC52CDE) is known color: Medium Orchid. HEX triplet: C5, 2C and DE. RGB value is (197,44,222). Sum of RGB (Red+Green+Blue) = 197+44+222=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 44 (17.58% from 255 or 9.50% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #C52CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52CDE is #3AD321. Grayscale: #6D6D6D. Windows color (decimal): -3855138 or 14560453. OLE color: 14560453.
HSL color Cylindrical-coordinate representation of color #C52CDE: hue angle of 291.57º degrees, saturation: 0.73, 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 #C52CDE is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 44 | 222 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.13 |
| HSL | 291.57º | 0.73% | 0.52% | - |
| HSV(B) | 291.57º | 0.8% | 0.87% | - |
| XYZ | 37.11 | 18.95 | 70.81 | - |
| YUV | 110.04 | 191.19 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 44 | 222 | 0.11 | 0.80 | 0 | 0.13 | 291.57 | 0.73 | 0.52 |
| Hex | C5 | 2C | DE | B | 50 | 0 | D | 124 | 49 | 34 |
| Octal | 305 | 54 | 336 | 13 | 120 | 0 | 15 | 444 | 111 | 64 |
| Binary | 11000101 | 101100 | 11011110 | 1011 | 1010000 | 0 | 1101 | 100100100 | 1001001 | 110100 |
Color Harmonies of #C52CDE
Complementary color
Monochromatic Colors of #C52CDE
Black with #C52CDE
Text Example
Text Example
White with #C52CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52CDE; }
p { color: rgb(197,44,222); }
H1.HeaderClassName
{
color: #C52CDE;
}
.AnyTagClassName
{
color: #C52CDE;
}
</style>
background-color css
<style>
a { background-color: #C52CDE; }
a { background-color: rgb(197,44,222); }
div.DivClassName
{
background-color: #C52CDE;
}
.BgClassName
{
background-color: #C52CDE;
}
</style>
border-color css
<style>
span { border-color: #C52CDE; }
span { border-color: rgb(197,44,222); }
td.TdClassName
{
border-color: #C52CDE;
}
.TagClassName
{
border-color: #C52CDE;
}
</style>