Shades of Medium Orchid #C52FDD
Tints of Medium Orchid #C52FDD
RGB
CMYK
RGB Variations
Color information
#C52FDD (or 0xC52FDD) is known color: Medium Orchid. HEX triplet: C5, 2F and DD. RGB value is (197,47,221). Sum of RGB (Red+Green+Blue) = 197+47+221=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 47 (18.75% from 255 or 10.11% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #C52FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52FDD is #3AD022. Grayscale: #6F6F6F. Windows color (decimal): -3854371 or 14495685. OLE color: 14495685.
HSL color Cylindrical-coordinate representation of color #C52FDD: hue angle of 291.72º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52FDD is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 47 | 221 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.13 |
| HSL | 291.72º | 0.72% | 0.53% | - |
| HSV(B) | 291.72º | 0.79% | 0.87% | - |
| XYZ | 37.09 | 19.12 | 70.14 | - |
| YUV | 111.69 | 189.7 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 47 | 221 | 0.11 | 0.79 | 0 | 0.13 | 291.72 | 0.72 | 0.53 |
| Hex | C5 | 2F | DD | B | 4F | 0 | D | 124 | 48 | 35 |
| Octal | 305 | 57 | 335 | 13 | 117 | 0 | 15 | 444 | 110 | 65 |
| Binary | 11000101 | 101111 | 11011101 | 1011 | 1001111 | 0 | 1101 | 100100100 | 1001000 | 110101 |
Color Harmonies of #C52FDD
Complementary color
Monochromatic Colors of #C52FDD
Black with #C52FDD
Text Example
Text Example
White with #C52FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52FDD; }
p { color: rgb(197,47,221); }
H1.HeaderClassName
{
color: #C52FDD;
}
.AnyTagClassName
{
color: #C52FDD;
}
</style>
background-color css
<style>
a { background-color: #C52FDD; }
a { background-color: rgb(197,47,221); }
div.DivClassName
{
background-color: #C52FDD;
}
.BgClassName
{
background-color: #C52FDD;
}
</style>
border-color css
<style>
span { border-color: #C52FDD; }
span { border-color: rgb(197,47,221); }
td.TdClassName
{
border-color: #C52FDD;
}
.TagClassName
{
border-color: #C52FDD;
}
</style>