Shades of Medium Orchid #C52ADB
Tints of Medium Orchid #C52ADB
RGB
CMYK
RGB Variations
Color information
#C52ADB (or 0xC52ADB) is known color: Medium Orchid. HEX triplet: C5, 2A and DB. RGB value is (197,42,219). Sum of RGB (Red+Green+Blue) = 197+42+219=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 42 (16.80% from 255 or 9.17% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #C52ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52ADB is #3AD524. Grayscale: #6B6B6B. Windows color (decimal): -3855653 or 14363333. OLE color: 14363333.
HSL color Cylindrical-coordinate representation of color #C52ADB: hue angle of 292.54º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52ADB is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 42 | 219 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.14 |
| HSL | 292.54º | 0.71% | 0.51% | - |
| HSV(B) | 292.54º | 0.81% | 0.86% | - |
| XYZ | 36.64 | 18.64 | 68.68 | - |
| YUV | 108.52 | 190.35 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 42 | 219 | 0.10 | 0.81 | 0 | 0.14 | 292.54 | 0.71 | 0.51 |
| Hex | C5 | 2A | DB | A | 51 | 0 | E | 125 | 47 | 33 |
| Octal | 305 | 52 | 333 | 12 | 121 | 0 | 16 | 445 | 107 | 63 |
| Binary | 11000101 | 101010 | 11011011 | 1010 | 1010001 | 0 | 1110 | 100100101 | 1000111 | 110011 |
Color Harmonies of #C52ADB
Complementary color
Monochromatic Colors of #C52ADB
Black with #C52ADB
Text Example
Text Example
White with #C52ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52ADB; }
p { color: rgb(197,42,219); }
H1.HeaderClassName
{
color: #C52ADB;
}
.AnyTagClassName
{
color: #C52ADB;
}
</style>
background-color css
<style>
a { background-color: #C52ADB; }
a { background-color: rgb(197,42,219); }
div.DivClassName
{
background-color: #C52ADB;
}
.BgClassName
{
background-color: #C52ADB;
}
</style>
border-color css
<style>
span { border-color: #C52ADB; }
span { border-color: rgb(197,42,219); }
td.TdClassName
{
border-color: #C52ADB;
}
.TagClassName
{
border-color: #C52ADB;
}
</style>