Shades of Medium Orchid #C52DEA
Tints of Medium Orchid #C52DEA
RGB
CMYK
RGB Variations
Color information
#C52DEA (or 0xC52DEA) is known color: Medium Orchid. HEX triplet: C5, 2D and EA. RGB value is (197,45,234). Sum of RGB (Red+Green+Blue) = 197+45+234=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 45 (17.97% from 255 or 9.45% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #C52DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52DEA is #3AD215. Grayscale: #6F6F6F. Windows color (decimal): -3854870 or 15347141. OLE color: 15347141.
HSL color Cylindrical-coordinate representation of color #C52DEA: hue angle of 288.25º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52DEA is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 45 | 234 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.08 |
| HSL | 288.25º | 0.82% | 0.55% | - |
| HSV(B) | 288.25º | 0.81% | 0.92% | - |
| XYZ | 38.82 | 19.69 | 79.6 | - |
| YUV | 111.99 | 196.86 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 45 | 234 | 0.16 | 0.81 | 0 | 0.08 | 288.25 | 0.82 | 0.55 |
| Hex | C5 | 2D | EA | 10 | 51 | 0 | 8 | 120 | 52 | 37 |
| Octal | 305 | 55 | 352 | 20 | 121 | 0 | 10 | 440 | 122 | 67 |
| Binary | 11000101 | 101101 | 11101010 | 10000 | 1010001 | 0 | 1000 | 100100000 | 1010010 | 110111 |
Color Harmonies of #C52DEA
Complementary color
Monochromatic Colors of #C52DEA
Black with #C52DEA
Text Example
Text Example
White with #C52DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52DEA; }
p { color: rgb(197,45,234); }
H1.HeaderClassName
{
color: #C52DEA;
}
.AnyTagClassName
{
color: #C52DEA;
}
</style>
background-color css
<style>
a { background-color: #C52DEA; }
a { background-color: rgb(197,45,234); }
div.DivClassName
{
background-color: #C52DEA;
}
.BgClassName
{
background-color: #C52DEA;
}
</style>
border-color css
<style>
span { border-color: #C52DEA; }
span { border-color: rgb(197,45,234); }
td.TdClassName
{
border-color: #C52DEA;
}
.TagClassName
{
border-color: #C52DEA;
}
</style>