Shades of Medium Orchid #C52DED
Tints of Medium Orchid #C52DED
RGB
CMYK
RGB Variations
Color information
#C52DED (or 0xC52DED) is known color: Medium Orchid. HEX triplet: C5, 2D and ED. RGB value is (197,45,237). Sum of RGB (Red+Green+Blue) = 197+45+237=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 45 (17.97% from 255 or 9.39% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #C52DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52DED is #3AD212. Grayscale: #6F6F6F. Windows color (decimal): -3854867 or 15543749. OLE color: 15543749.
HSL color Cylindrical-coordinate representation of color #C52DED: hue angle of 287.5º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52DED is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 45 | 237 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.07 |
| HSL | 287.5º | 0.84% | 0.55% | - |
| HSV(B) | 287.5º | 0.81% | 0.93% | - |
| XYZ | 39.25 | 19.86 | 81.89 | - |
| YUV | 112.34 | 198.36 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 45 | 237 | 0.17 | 0.81 | 0 | 0.07 | 287.5 | 0.84 | 0.55 |
| Hex | C5 | 2D | ED | 11 | 51 | 0 | 7 | 120 | 54 | 37 |
| Octal | 305 | 55 | 355 | 21 | 121 | 0 | 7 | 440 | 124 | 67 |
| Binary | 11000101 | 101101 | 11101101 | 10001 | 1010001 | 0 | 111 | 100100000 | 1010100 | 110111 |
Color Harmonies of #C52DED
Complementary color
Monochromatic Colors of #C52DED
Black with #C52DED
Text Example
Text Example
White with #C52DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52DED; }
p { color: rgb(197,45,237); }
H1.HeaderClassName
{
color: #C52DED;
}
.AnyTagClassName
{
color: #C52DED;
}
</style>
background-color css
<style>
a { background-color: #C52DED; }
a { background-color: rgb(197,45,237); }
div.DivClassName
{
background-color: #C52DED;
}
.BgClassName
{
background-color: #C52DED;
}
</style>
border-color css
<style>
span { border-color: #C52DED; }
span { border-color: rgb(197,45,237); }
td.TdClassName
{
border-color: #C52DED;
}
.TagClassName
{
border-color: #C52DED;
}
</style>