Shades of Medium Orchid #C53CF7
Tints of Medium Orchid #C53CF7
RGB
CMYK
RGB Variations
Color information
#C53CF7 (or 0xC53CF7) is known color: Medium Orchid. HEX triplet: C5, 3C and F7. RGB value is (197,60,247). Sum of RGB (Red+Green+Blue) = 197+60+247=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 60 (23.83% from 255 or 11.90% from 504); Blue value is 247 (96.88% from 255 or 49.01% from 504); Max value from RGB is 247 - color contains mainly: blue. Hex color #C53CF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53CF7 is #3AC308. Grayscale: #797979. Windows color (decimal): -3851017 or 16202949. OLE color: 16202949.
HSL color Cylindrical-coordinate representation of color #C53CF7: hue angle of 283.96º degrees, saturation: 0.92, 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 #C53CF7 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 60 | 247 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.03 |
| HSL | 283.96º | 0.92% | 0.6% | - |
| HSV(B) | 283.96º | 0.76% | 0.97% | - |
| XYZ | 41.43 | 21.82 | 90.02 | - |
| YUV | 122.28 | 198.39 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 247 | 0.20 | 0.76 | 0 | 0.03 | 283.96 | 0.92 | 0.6 |
| Hex | C5 | 3C | F7 | 14 | 4C | 0 | 3 | 11C | 5C | 3C |
| Octal | 305 | 74 | 367 | 24 | 114 | 0 | 3 | 434 | 134 | 74 |
| Binary | 11000101 | 111100 | 11110111 | 10100 | 1001100 | 0 | 11 | 100011100 | 1011100 | 111100 |
Color Harmonies of #C53CF7
Complementary color
Monochromatic Colors of #C53CF7
Black with #C53CF7
Text Example
Text Example
White with #C53CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53CF7; }
p { color: rgb(197,60,247); }
H1.HeaderClassName
{
color: #C53CF7;
}
.AnyTagClassName
{
color: #C53CF7;
}
</style>
background-color css
<style>
a { background-color: #C53CF7; }
a { background-color: rgb(197,60,247); }
div.DivClassName
{
background-color: #C53CF7;
}
.BgClassName
{
background-color: #C53CF7;
}
</style>
border-color css
<style>
span { border-color: #C53CF7; }
span { border-color: rgb(197,60,247); }
td.TdClassName
{
border-color: #C53CF7;
}
.TagClassName
{
border-color: #C53CF7;
}
</style>