Shades of Medium Orchid #C53BF8
Tints of Medium Orchid #C53BF8
RGB
CMYK
RGB Variations
Color information
#C53BF8 (or 0xC53BF8) is known color: Medium Orchid. HEX triplet: C5, 3B and F8. RGB value is (197,59,248). Sum of RGB (Red+Green+Blue) = 197+59+248=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 59 (23.44% from 255 or 11.71% from 504); Blue value is 248 (97.27% from 255 or 49.21% from 504); Max value from RGB is 248 - color contains mainly: blue. Hex color #C53BF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53BF8 is #3AC407. Grayscale: #797979. Windows color (decimal): -3851272 or 16268229. OLE color: 16268229.
HSL color Cylindrical-coordinate representation of color #C53BF8: hue angle of 283.81º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C53BF8 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 59 | 248 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.03 |
| HSL | 283.81º | 0.93% | 0.6% | - |
| HSV(B) | 283.81º | 0.76% | 0.97% | - |
| XYZ | 41.53 | 21.78 | 90.82 | - |
| YUV | 121.81 | 199.22 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 59 | 248 | 0.21 | 0.76 | 0 | 0.03 | 283.81 | 0.93 | 0.6 |
| Hex | C5 | 3B | F8 | 15 | 4C | 0 | 3 | 11C | 5D | 3C |
| Octal | 305 | 73 | 370 | 25 | 114 | 0 | 3 | 434 | 135 | 74 |
| Binary | 11000101 | 111011 | 11111000 | 10101 | 1001100 | 0 | 11 | 100011100 | 1011101 | 111100 |
Color Harmonies of #C53BF8
Complementary color
Monochromatic Colors of #C53BF8
Black with #C53BF8
Text Example
Text Example
White with #C53BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53BF8; }
p { color: rgb(197,59,248); }
H1.HeaderClassName
{
color: #C53BF8;
}
.AnyTagClassName
{
color: #C53BF8;
}
</style>
background-color css
<style>
a { background-color: #C53BF8; }
a { background-color: rgb(197,59,248); }
div.DivClassName
{
background-color: #C53BF8;
}
.BgClassName
{
background-color: #C53BF8;
}
</style>
border-color css
<style>
span { border-color: #C53BF8; }
span { border-color: rgb(197,59,248); }
td.TdClassName
{
border-color: #C53BF8;
}
.TagClassName
{
border-color: #C53BF8;
}
</style>