Shades of Medium Orchid #C52DDB
Tints of Medium Orchid #C52DDB
RGB
CMYK
RGB Variations
Color information
#C52DDB (or 0xC52DDB) is known color: Medium Orchid. HEX triplet: C5, 2D and DB. RGB value is (197,45,219). Sum of RGB (Red+Green+Blue) = 197+45+219=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 45 (17.97% from 255 or 9.76% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #C52DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52DDB is #3AD224. Grayscale: #6D6D6D. Windows color (decimal): -3854885 or 14364101. OLE color: 14364101.
HSL color Cylindrical-coordinate representation of color #C52DDB: hue angle of 292.41º degrees, saturation: 0.71, 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 #C52DDB is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 45 | 219 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.14 |
| HSL | 292.41º | 0.71% | 0.52% | - |
| HSV(B) | 292.41º | 0.79% | 0.86% | - |
| XYZ | 36.75 | 18.86 | 68.72 | - |
| YUV | 110.28 | 189.36 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 45 | 219 | 0.10 | 0.79 | 0 | 0.14 | 292.41 | 0.71 | 0.52 |
| Hex | C5 | 2D | DB | A | 4F | 0 | E | 124 | 47 | 34 |
| Octal | 305 | 55 | 333 | 12 | 117 | 0 | 16 | 444 | 107 | 64 |
| Binary | 11000101 | 101101 | 11011011 | 1010 | 1001111 | 0 | 1110 | 100100100 | 1000111 | 110100 |
Color Harmonies of #C52DDB
Complementary color
Monochromatic Colors of #C52DDB
Black with #C52DDB
Text Example
Text Example
White with #C52DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52DDB; }
p { color: rgb(197,45,219); }
H1.HeaderClassName
{
color: #C52DDB;
}
.AnyTagClassName
{
color: #C52DDB;
}
</style>
background-color css
<style>
a { background-color: #C52DDB; }
a { background-color: rgb(197,45,219); }
div.DivClassName
{
background-color: #C52DDB;
}
.BgClassName
{
background-color: #C52DDB;
}
</style>
border-color css
<style>
span { border-color: #C52DDB; }
span { border-color: rgb(197,45,219); }
td.TdClassName
{
border-color: #C52DDB;
}
.TagClassName
{
border-color: #C52DDB;
}
</style>