Shades of Medium Orchid #C52DDA
Tints of Medium Orchid #C52DDA
RGB
CMYK
RGB Variations
Color information
#C52DDA (or 0xC52DDA) is known color: Medium Orchid. HEX triplet: C5, 2D and DA. RGB value is (197,45,218). Sum of RGB (Red+Green+Blue) = 197+45+218=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 45 (17.97% from 255 or 9.78% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #C52DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52DDA is #3AD225. Grayscale: #6D6D6D. Windows color (decimal): -3854886 or 14298565. OLE color: 14298565.
HSL color Cylindrical-coordinate representation of color #C52DDA: hue angle of 292.72º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52DDA is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 45 | 218 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.15 |
| HSL | 292.72º | 0.7% | 0.52% | - |
| HSV(B) | 292.72º | 0.79% | 0.85% | - |
| XYZ | 36.62 | 18.81 | 68.03 | - |
| YUV | 110.17 | 188.86 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 45 | 218 | 0.10 | 0.79 | 0 | 0.15 | 292.72 | 0.7 | 0.52 |
| Hex | C5 | 2D | DA | A | 4F | 0 | F | 125 | 46 | 34 |
| Octal | 305 | 55 | 332 | 12 | 117 | 0 | 17 | 445 | 106 | 64 |
| Binary | 11000101 | 101101 | 11011010 | 1010 | 1001111 | 0 | 1111 | 100100101 | 1000110 | 110100 |
Color Harmonies of #C52DDA
Complementary color
Monochromatic Colors of #C52DDA
Black with #C52DDA
Text Example
Text Example
White with #C52DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52DDA; }
p { color: rgb(197,45,218); }
H1.HeaderClassName
{
color: #C52DDA;
}
.AnyTagClassName
{
color: #C52DDA;
}
</style>
background-color css
<style>
a { background-color: #C52DDA; }
a { background-color: rgb(197,45,218); }
div.DivClassName
{
background-color: #C52DDA;
}
.BgClassName
{
background-color: #C52DDA;
}
</style>
border-color css
<style>
span { border-color: #C52DDA; }
span { border-color: rgb(197,45,218); }
td.TdClassName
{
border-color: #C52DDA;
}
.TagClassName
{
border-color: #C52DDA;
}
</style>