Shades of Medium Orchid #C53EFB
Tints of Medium Orchid #C53EFB
RGB
CMYK
RGB Variations
Color information
#C53EFB (or 0xC53EFB) is known color: Medium Orchid. HEX triplet: C5, 3E and FB. RGB value is (197,62,251). Sum of RGB (Red+Green+Blue) = 197+62+251=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 62 (24.61% from 255 or 12.16% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #C53EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53EFB is #3AC104. Grayscale: #7B7B7B. Windows color (decimal): -3850501 or 16465605. OLE color: 16465605.
HSL color Cylindrical-coordinate representation of color #C53EFB: hue angle of 282.86º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53EFB is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 62 | 251 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.02 |
| HSL | 282.86º | 0.96% | 0.61% | - |
| HSV(B) | 282.86º | 0.75% | 0.98% | - |
| XYZ | 42.16 | 22.28 | 93.35 | - |
| YUV | 123.91 | 199.73 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 62 | 251 | 0.22 | 0.75 | 0 | 0.02 | 282.86 | 0.96 | 0.61 |
| Hex | C5 | 3E | FB | 16 | 4B | 0 | 2 | 11B | 60 | 3D |
| Octal | 305 | 76 | 373 | 26 | 113 | 0 | 2 | 433 | 140 | 75 |
| Binary | 11000101 | 111110 | 11111011 | 10110 | 1001011 | 0 | 10 | 100011011 | 1100000 | 111101 |
Color Harmonies of #C53EFB
Complementary color
Monochromatic Colors of #C53EFB
Black with #C53EFB
Text Example
Text Example
White with #C53EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53EFB; }
p { color: rgb(197,62,251); }
H1.HeaderClassName
{
color: #C53EFB;
}
.AnyTagClassName
{
color: #C53EFB;
}
</style>
background-color css
<style>
a { background-color: #C53EFB; }
a { background-color: rgb(197,62,251); }
div.DivClassName
{
background-color: #C53EFB;
}
.BgClassName
{
background-color: #C53EFB;
}
</style>
border-color css
<style>
span { border-color: #C53EFB; }
span { border-color: rgb(197,62,251); }
td.TdClassName
{
border-color: #C53EFB;
}
.TagClassName
{
border-color: #C53EFB;
}
</style>