Shades of Medium Orchid #C53EF9
Tints of Medium Orchid #C53EF9
RGB
CMYK
RGB Variations
Color information
#C53EF9 (or 0xC53EF9) is known color: Medium Orchid. HEX triplet: C5, 3E and F9. RGB value is (197,62,249). Sum of RGB (Red+Green+Blue) = 197+62+249=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 62 (24.61% from 255 or 12.20% from 508); Blue value is 249 (97.66% from 255 or 49.02% from 508); Max value from RGB is 249 - color contains mainly: blue. Hex color #C53EF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53EF9 is #3AC106. Grayscale: #7B7B7B. Windows color (decimal): -3850503 or 16334533. OLE color: 16334533.
HSL color Cylindrical-coordinate representation of color #C53EF9: hue angle of 283.32º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53EF9 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 62 | 249 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.02 |
| HSL | 283.32º | 0.94% | 0.61% | - |
| HSV(B) | 283.32º | 0.75% | 0.98% | - |
| XYZ | 41.85 | 22.16 | 91.69 | - |
| YUV | 123.68 | 198.73 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 62 | 249 | 0.21 | 0.75 | 0 | 0.02 | 283.32 | 0.94 | 0.61 |
| Hex | C5 | 3E | F9 | 15 | 4B | 0 | 2 | 11B | 5E | 3D |
| Octal | 305 | 76 | 371 | 25 | 113 | 0 | 2 | 433 | 136 | 75 |
| Binary | 11000101 | 111110 | 11111001 | 10101 | 1001011 | 0 | 10 | 100011011 | 1011110 | 111101 |
Color Harmonies of #C53EF9
Complementary color
Monochromatic Colors of #C53EF9
Black with #C53EF9
Text Example
Text Example
White with #C53EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53EF9; }
p { color: rgb(197,62,249); }
H1.HeaderClassName
{
color: #C53EF9;
}
.AnyTagClassName
{
color: #C53EF9;
}
</style>
background-color css
<style>
a { background-color: #C53EF9; }
a { background-color: rgb(197,62,249); }
div.DivClassName
{
background-color: #C53EF9;
}
.BgClassName
{
background-color: #C53EF9;
}
</style>
border-color css
<style>
span { border-color: #C53EF9; }
span { border-color: rgb(197,62,249); }
td.TdClassName
{
border-color: #C53EF9;
}
.TagClassName
{
border-color: #C53EF9;
}
</style>