Shades of Medium Orchid #C52FDB
Tints of Medium Orchid #C52FDB
RGB
CMYK
RGB Variations
Color information
#C52FDB (or 0xC52FDB) is known color: Medium Orchid. HEX triplet: C5, 2F and DB. RGB value is (197,47,219). Sum of RGB (Red+Green+Blue) = 197+47+219=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 47 (18.75% from 255 or 10.15% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #C52FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52FDB is #3AD024. Grayscale: #6E6E6E. Windows color (decimal): -3854373 or 14364613. OLE color: 14364613.
HSL color Cylindrical-coordinate representation of color #C52FDB: hue angle of 292.33º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52FDB is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 47 | 219 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.14 |
| HSL | 292.33º | 0.7% | 0.52% | - |
| HSV(B) | 292.33º | 0.79% | 0.86% | - |
| XYZ | 36.83 | 19.02 | 68.75 | - |
| YUV | 111.46 | 188.7 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 47 | 219 | 0.10 | 0.79 | 0 | 0.14 | 292.33 | 0.7 | 0.52 |
| Hex | C5 | 2F | DB | A | 4F | 0 | E | 124 | 46 | 34 |
| Octal | 305 | 57 | 333 | 12 | 117 | 0 | 16 | 444 | 106 | 64 |
| Binary | 11000101 | 101111 | 11011011 | 1010 | 1001111 | 0 | 1110 | 100100100 | 1000110 | 110100 |
Color Harmonies of #C52FDB
Complementary color
Monochromatic Colors of #C52FDB
Black with #C52FDB
Text Example
Text Example
White with #C52FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52FDB; }
p { color: rgb(197,47,219); }
H1.HeaderClassName
{
color: #C52FDB;
}
.AnyTagClassName
{
color: #C52FDB;
}
</style>
background-color css
<style>
a { background-color: #C52FDB; }
a { background-color: rgb(197,47,219); }
div.DivClassName
{
background-color: #C52FDB;
}
.BgClassName
{
background-color: #C52FDB;
}
</style>
border-color css
<style>
span { border-color: #C52FDB; }
span { border-color: rgb(197,47,219); }
td.TdClassName
{
border-color: #C52FDB;
}
.TagClassName
{
border-color: #C52FDB;
}
</style>