Shades of Medium Orchid #C52BDB
Tints of Medium Orchid #C52BDB
RGB
CMYK
RGB Variations
Color information
#C52BDB (or 0xC52BDB) is known color: Medium Orchid. HEX triplet: C5, 2B and DB. RGB value is (197,43,219). Sum of RGB (Red+Green+Blue) = 197+43+219=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 43 (17.19% from 255 or 9.37% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #C52BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52BDB is #3AD424. Grayscale: #6C6C6C. Windows color (decimal): -3855397 or 14363589. OLE color: 14363589.
HSL color Cylindrical-coordinate representation of color #C52BDB: hue angle of 292.5º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52BDB is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 43 | 219 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.14 |
| HSL | 292.5º | 0.71% | 0.51% | - |
| HSV(B) | 292.5º | 0.8% | 0.86% | - |
| XYZ | 36.68 | 18.71 | 68.7 | - |
| YUV | 109.11 | 190.02 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 43 | 219 | 0.10 | 0.80 | 0 | 0.14 | 292.5 | 0.71 | 0.51 |
| Hex | C5 | 2B | DB | A | 50 | 0 | E | 124 | 47 | 33 |
| Octal | 305 | 53 | 333 | 12 | 120 | 0 | 16 | 444 | 107 | 63 |
| Binary | 11000101 | 101011 | 11011011 | 1010 | 1010000 | 0 | 1110 | 100100100 | 1000111 | 110011 |
Color Harmonies of #C52BDB
Complementary color
Monochromatic Colors of #C52BDB
Black with #C52BDB
Text Example
Text Example
White with #C52BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52BDB; }
p { color: rgb(197,43,219); }
H1.HeaderClassName
{
color: #C52BDB;
}
.AnyTagClassName
{
color: #C52BDB;
}
</style>
background-color css
<style>
a { background-color: #C52BDB; }
a { background-color: rgb(197,43,219); }
div.DivClassName
{
background-color: #C52BDB;
}
.BgClassName
{
background-color: #C52BDB;
}
</style>
border-color css
<style>
span { border-color: #C52BDB; }
span { border-color: rgb(197,43,219); }
td.TdClassName
{
border-color: #C52BDB;
}
.TagClassName
{
border-color: #C52BDB;
}
</style>