Shades of Medium Orchid #C53CDA
Tints of Medium Orchid #C53CDA
RGB
CMYK
RGB Variations
Color information
#C53CDA (or 0xC53CDA) is known color: Medium Orchid. HEX triplet: C5, 3C and DA. RGB value is (197,60,218). Sum of RGB (Red+Green+Blue) = 197+60+218=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 60 (23.83% from 255 or 12.63% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #C53CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53CDA is #3AC325. Grayscale: #767676. Windows color (decimal): -3851046 or 14302405. OLE color: 14302405.
HSL color Cylindrical-coordinate representation of color #C53CDA: hue angle of 292.03º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53CDA is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 60 | 218 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.15 |
| HSL | 292.03º | 0.68% | 0.55% | - |
| HSV(B) | 292.03º | 0.72% | 0.85% | - |
| XYZ | 37.3 | 20.16 | 68.26 | - |
| YUV | 118.98 | 183.89 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 218 | 0.10 | 0.72 | 0 | 0.15 | 292.03 | 0.68 | 0.55 |
| Hex | C5 | 3C | DA | A | 48 | 0 | F | 124 | 44 | 37 |
| Octal | 305 | 74 | 332 | 12 | 110 | 0 | 17 | 444 | 104 | 67 |
| Binary | 11000101 | 111100 | 11011010 | 1010 | 1001000 | 0 | 1111 | 100100100 | 1000100 | 110111 |
Color Harmonies of #C53CDA
Complementary color
Monochromatic Colors of #C53CDA
Black with #C53CDA
Text Example
Text Example
White with #C53CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53CDA; }
p { color: rgb(197,60,218); }
H1.HeaderClassName
{
color: #C53CDA;
}
.AnyTagClassName
{
color: #C53CDA;
}
</style>
background-color css
<style>
a { background-color: #C53CDA; }
a { background-color: rgb(197,60,218); }
div.DivClassName
{
background-color: #C53CDA;
}
.BgClassName
{
background-color: #C53CDA;
}
</style>
border-color css
<style>
span { border-color: #C53CDA; }
span { border-color: rgb(197,60,218); }
td.TdClassName
{
border-color: #C53CDA;
}
.TagClassName
{
border-color: #C53CDA;
}
</style>