Shades of Medium Orchid #C53CFE
Tints of Medium Orchid #C53CFE
RGB
CMYK
RGB Variations
Color information
#C53CFE (or 0xC53CFE) is known color: Medium Orchid. HEX triplet: C5, 3C and FE. RGB value is (197,60,254). Sum of RGB (Red+Green+Blue) = 197+60+254=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 60 (23.83% from 255 or 11.74% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #C53CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53CFE is #3AC301. Grayscale: #7A7A7A. Windows color (decimal): -3851010 or 16661701. OLE color: 16661701.
HSL color Cylindrical-coordinate representation of color #C53CFE: hue angle of 282.37º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C53CFE is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 60 | 254 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.00 |
| HSL | 282.37º | 0.99% | 0.62% | - |
| HSV(B) | 282.37º | 0.76% | 1% | - |
| XYZ | 42.53 | 22.26 | 95.82 | - |
| YUV | 123.08 | 201.89 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 254 | 0.22 | 0.76 | 0 | 0.00 | 282.37 | 0.99 | 0.62 |
| Hex | C5 | 3C | FE | 16 | 4C | 0 | 0 | 11A | 63 | 3E |
| Octal | 305 | 74 | 376 | 26 | 114 | 0 | 0 | 432 | 143 | 76 |
| Binary | 11000101 | 111100 | 11111110 | 10110 | 1001100 | 0 | 0 | 100011010 | 1100011 | 111110 |
Color Harmonies of #C53CFE
Complementary color
Monochromatic Colors of #C53CFE
Black with #C53CFE
Text Example
Text Example
White with #C53CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53CFE; }
p { color: rgb(197,60,254); }
H1.HeaderClassName
{
color: #C53CFE;
}
.AnyTagClassName
{
color: #C53CFE;
}
</style>
background-color css
<style>
a { background-color: #C53CFE; }
a { background-color: rgb(197,60,254); }
div.DivClassName
{
background-color: #C53CFE;
}
.BgClassName
{
background-color: #C53CFE;
}
</style>
border-color css
<style>
span { border-color: #C53CFE; }
span { border-color: rgb(197,60,254); }
td.TdClassName
{
border-color: #C53CFE;
}
.TagClassName
{
border-color: #C53CFE;
}
</style>