Shades of Medium Orchid #C53EFC
Tints of Medium Orchid #C53EFC
RGB
CMYK
RGB Variations
Color information
#C53EFC (or 0xC53EFC) is known color: Medium Orchid. HEX triplet: C5, 3E and FC. RGB value is (197,62,252). Sum of RGB (Red+Green+Blue) = 197+62+252=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 62 (24.61% from 255 or 12.13% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #C53EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53EFC is #3AC103. Grayscale: #7B7B7B. Windows color (decimal): -3850500 or 16531141. OLE color: 16531141.
HSL color Cylindrical-coordinate representation of color #C53EFC: hue angle of 282.63º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53EFC is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 62 | 252 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.01 |
| HSL | 282.63º | 0.97% | 0.62% | - |
| HSV(B) | 282.63º | 0.75% | 0.99% | - |
| XYZ | 42.32 | 22.34 | 94.18 | - |
| YUV | 124.03 | 200.23 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 62 | 252 | 0.22 | 0.75 | 0 | 0.01 | 282.63 | 0.97 | 0.62 |
| Hex | C5 | 3E | FC | 16 | 4B | 0 | 1 | 11B | 61 | 3E |
| Octal | 305 | 76 | 374 | 26 | 113 | 0 | 1 | 433 | 141 | 76 |
| Binary | 11000101 | 111110 | 11111100 | 10110 | 1001011 | 0 | 1 | 100011011 | 1100001 | 111110 |
Color Harmonies of #C53EFC
Complementary color
Monochromatic Colors of #C53EFC
Black with #C53EFC
Text Example
Text Example
White with #C53EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53EFC; }
p { color: rgb(197,62,252); }
H1.HeaderClassName
{
color: #C53EFC;
}
.AnyTagClassName
{
color: #C53EFC;
}
</style>
background-color css
<style>
a { background-color: #C53EFC; }
a { background-color: rgb(197,62,252); }
div.DivClassName
{
background-color: #C53EFC;
}
.BgClassName
{
background-color: #C53EFC;
}
</style>
border-color css
<style>
span { border-color: #C53EFC; }
span { border-color: rgb(197,62,252); }
td.TdClassName
{
border-color: #C53EFC;
}
.TagClassName
{
border-color: #C53EFC;
}
</style>