Shades of Medium Orchid #C53AE0
Tints of Medium Orchid #C53AE0
RGB
CMYK
RGB Variations
Color information
#C53AE0 (or 0xC53AE0) is known color: Medium Orchid. HEX triplet: C5, 3A and E0. RGB value is (197,58,224). Sum of RGB (Red+Green+Blue) = 197+58+224=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 58 (23.05% from 255 or 12.11% from 479); Blue value is 224 (87.89% from 255 or 46.76% from 479); Max value from RGB is 224 - color contains mainly: blue. Hex color #C53AE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53AE0 is #3AC51F. Grayscale: #757575. Windows color (decimal): -3851552 or 14695109. OLE color: 14695109.
HSL color Cylindrical-coordinate representation of color #C53AE0: hue angle of 290.24º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53AE0 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 58 | 224 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.12 |
| HSL | 290.24º | 0.73% | 0.55% | - |
| HSV(B) | 290.24º | 0.74% | 0.88% | - |
| XYZ | 37.99 | 20.28 | 72.43 | - |
| YUV | 118.49 | 187.55 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 224 | 0.12 | 0.74 | 0 | 0.12 | 290.24 | 0.73 | 0.55 |
| Hex | C5 | 3A | E0 | C | 4A | 0 | C | 122 | 49 | 37 |
| Octal | 305 | 72 | 340 | 14 | 112 | 0 | 14 | 442 | 111 | 67 |
| Binary | 11000101 | 111010 | 11100000 | 1100 | 1001010 | 0 | 1100 | 100100010 | 1001001 | 110111 |
Color Harmonies of #C53AE0
Complementary color
Monochromatic Colors of #C53AE0
Black with #C53AE0
Text Example
Text Example
White with #C53AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53AE0; }
p { color: rgb(197,58,224); }
H1.HeaderClassName
{
color: #C53AE0;
}
.AnyTagClassName
{
color: #C53AE0;
}
</style>
background-color css
<style>
a { background-color: #C53AE0; }
a { background-color: rgb(197,58,224); }
div.DivClassName
{
background-color: #C53AE0;
}
.BgClassName
{
background-color: #C53AE0;
}
</style>
border-color css
<style>
span { border-color: #C53AE0; }
span { border-color: rgb(197,58,224); }
td.TdClassName
{
border-color: #C53AE0;
}
.TagClassName
{
border-color: #C53AE0;
}
</style>