Shades of Medium Orchid #C53BFE
Tints of Medium Orchid #C53BFE
RGB
CMYK
RGB Variations
Color information
#C53BFE (or 0xC53BFE) is known color: Medium Orchid. HEX triplet: C5, 3B and FE. RGB value is (197,59,254). Sum of RGB (Red+Green+Blue) = 197+59+254=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 59 (23.44% from 255 or 11.57% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #C53BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53BFE is #3AC401. Grayscale: #797979. Windows color (decimal): -3851266 or 16661445. OLE color: 16661445.
HSL color Cylindrical-coordinate representation of color #C53BFE: hue angle of 282.46º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C53BFE is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 59 | 254 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.00 |
| HSL | 282.46º | 0.99% | 0.61% | - |
| HSV(B) | 282.46º | 0.77% | 1% | - |
| XYZ | 42.48 | 22.15 | 95.8 | - |
| YUV | 122.49 | 202.22 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 59 | 254 | 0.22 | 0.77 | 0 | 0.00 | 282.46 | 0.99 | 0.61 |
| Hex | C5 | 3B | FE | 16 | 4D | 0 | 0 | 11A | 63 | 3D |
| Octal | 305 | 73 | 376 | 26 | 115 | 0 | 0 | 432 | 143 | 75 |
| Binary | 11000101 | 111011 | 11111110 | 10110 | 1001101 | 0 | 0 | 100011010 | 1100011 | 111101 |
Color Harmonies of #C53BFE
Complementary color
Monochromatic Colors of #C53BFE
Black with #C53BFE
Text Example
Text Example
White with #C53BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53BFE; }
p { color: rgb(197,59,254); }
H1.HeaderClassName
{
color: #C53BFE;
}
.AnyTagClassName
{
color: #C53BFE;
}
</style>
background-color css
<style>
a { background-color: #C53BFE; }
a { background-color: rgb(197,59,254); }
div.DivClassName
{
background-color: #C53BFE;
}
.BgClassName
{
background-color: #C53BFE;
}
</style>
border-color css
<style>
span { border-color: #C53BFE; }
span { border-color: rgb(197,59,254); }
td.TdClassName
{
border-color: #C53BFE;
}
.TagClassName
{
border-color: #C53BFE;
}
</style>