Shades of Medium Orchid #C53FF7
Tints of Medium Orchid #C53FF7
RGB
CMYK
RGB Variations
Color information
#C53FF7 (or 0xC53FF7) is known color: Medium Orchid. HEX triplet: C5, 3F and F7. RGB value is (197,63,247). Sum of RGB (Red+Green+Blue) = 197+63+247=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 63 (25% from 255 or 12.43% from 507); Blue value is 247 (96.88% from 255 or 48.72% from 507); Max value from RGB is 247 - color contains mainly: blue. Hex color #C53FF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53FF7 is #3AC008. Grayscale: #7B7B7B. Windows color (decimal): -3850249 or 16203717. OLE color: 16203717.
HSL color Cylindrical-coordinate representation of color #C53FF7: hue angle of 283.7º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53FF7 is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 63 | 247 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.03 |
| HSL | 283.7º | 0.92% | 0.61% | - |
| HSV(B) | 283.7º | 0.74% | 0.97% | - |
| XYZ | 41.59 | 22.14 | 90.08 | - |
| YUV | 124.04 | 197.39 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 247 | 0.20 | 0.74 | 0 | 0.03 | 283.7 | 0.92 | 0.61 |
| Hex | C5 | 3F | F7 | 14 | 4A | 0 | 3 | 11C | 5C | 3D |
| Octal | 305 | 77 | 367 | 24 | 112 | 0 | 3 | 434 | 134 | 75 |
| Binary | 11000101 | 111111 | 11110111 | 10100 | 1001010 | 0 | 11 | 100011100 | 1011100 | 111101 |
Color Harmonies of #C53FF7
Complementary color
Monochromatic Colors of #C53FF7
Black with #C53FF7
Text Example
Text Example
White with #C53FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53FF7; }
p { color: rgb(197,63,247); }
H1.HeaderClassName
{
color: #C53FF7;
}
.AnyTagClassName
{
color: #C53FF7;
}
</style>
background-color css
<style>
a { background-color: #C53FF7; }
a { background-color: rgb(197,63,247); }
div.DivClassName
{
background-color: #C53FF7;
}
.BgClassName
{
background-color: #C53FF7;
}
</style>
border-color css
<style>
span { border-color: #C53FF7; }
span { border-color: rgb(197,63,247); }
td.TdClassName
{
border-color: #C53FF7;
}
.TagClassName
{
border-color: #C53FF7;
}
</style>