Shades of Medium Orchid #C53EF8
Tints of Medium Orchid #C53EF8
RGB
CMYK
RGB Variations
Color information
#C53EF8 (or 0xC53EF8) is known color: Medium Orchid. HEX triplet: C5, 3E and F8. RGB value is (197,62,248). Sum of RGB (Red+Green+Blue) = 197+62+248=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 62 (24.61% from 255 or 12.23% from 507); Blue value is 248 (97.27% from 255 or 48.92% from 507); Max value from RGB is 248 - color contains mainly: blue. Hex color #C53EF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53EF8 is #3AC107. Grayscale: #7A7A7A. Windows color (decimal): -3850504 or 16268997. OLE color: 16268997.
HSL color Cylindrical-coordinate representation of color #C53EF8: hue angle of 283.55º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53EF8 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 62 | 248 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.03 |
| HSL | 283.55º | 0.93% | 0.61% | - |
| HSV(B) | 283.55º | 0.75% | 0.97% | - |
| XYZ | 41.69 | 22.09 | 90.87 | - |
| YUV | 123.57 | 198.23 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 62 | 248 | 0.21 | 0.75 | 0 | 0.03 | 283.55 | 0.93 | 0.61 |
| Hex | C5 | 3E | F8 | 15 | 4B | 0 | 3 | 11C | 5D | 3D |
| Octal | 305 | 76 | 370 | 25 | 113 | 0 | 3 | 434 | 135 | 75 |
| Binary | 11000101 | 111110 | 11111000 | 10101 | 1001011 | 0 | 11 | 100011100 | 1011101 | 111101 |
Color Harmonies of #C53EF8
Complementary color
Monochromatic Colors of #C53EF8
Black with #C53EF8
Text Example
Text Example
White with #C53EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53EF8; }
p { color: rgb(197,62,248); }
H1.HeaderClassName
{
color: #C53EF8;
}
.AnyTagClassName
{
color: #C53EF8;
}
</style>
background-color css
<style>
a { background-color: #C53EF8; }
a { background-color: rgb(197,62,248); }
div.DivClassName
{
background-color: #C53EF8;
}
.BgClassName
{
background-color: #C53EF8;
}
</style>
border-color css
<style>
span { border-color: #C53EF8; }
span { border-color: rgb(197,62,248); }
td.TdClassName
{
border-color: #C53EF8;
}
.TagClassName
{
border-color: #C53EF8;
}
</style>