Shades of Medium Orchid #C52DDF
Tints of Medium Orchid #C52DDF
RGB
CMYK
RGB Variations
Color information
#C52DDF (or 0xC52DDF) is known color: Medium Orchid. HEX triplet: C5, 2D and DF. RGB value is (197,45,223). Sum of RGB (Red+Green+Blue) = 197+45+223=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 45 (17.97% from 255 or 9.68% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #C52DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52DDF is #3AD220. Grayscale: #6E6E6E. Windows color (decimal): -3854881 or 14626245. OLE color: 14626245.
HSL color Cylindrical-coordinate representation of color #C52DDF: hue angle of 291.24º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52DDF is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 45 | 223 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.13 |
| HSL | 291.24º | 0.74% | 0.53% | - |
| HSV(B) | 291.24º | 0.8% | 0.87% | - |
| XYZ | 37.28 | 19.07 | 71.53 | - |
| YUV | 110.74 | 191.36 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 45 | 223 | 0.12 | 0.80 | 0 | 0.13 | 291.24 | 0.74 | 0.53 |
| Hex | C5 | 2D | DF | C | 50 | 0 | D | 123 | 4A | 35 |
| Octal | 305 | 55 | 337 | 14 | 120 | 0 | 15 | 443 | 112 | 65 |
| Binary | 11000101 | 101101 | 11011111 | 1100 | 1010000 | 0 | 1101 | 100100011 | 1001010 | 110101 |
Color Harmonies of #C52DDF
Complementary color
Monochromatic Colors of #C52DDF
Black with #C52DDF
Text Example
Text Example
White with #C52DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52DDF; }
p { color: rgb(197,45,223); }
H1.HeaderClassName
{
color: #C52DDF;
}
.AnyTagClassName
{
color: #C52DDF;
}
</style>
background-color css
<style>
a { background-color: #C52DDF; }
a { background-color: rgb(197,45,223); }
div.DivClassName
{
background-color: #C52DDF;
}
.BgClassName
{
background-color: #C52DDF;
}
</style>
border-color css
<style>
span { border-color: #C52DDF; }
span { border-color: rgb(197,45,223); }
td.TdClassName
{
border-color: #C52DDF;
}
.TagClassName
{
border-color: #C52DDF;
}
</style>