Shades of Medium Orchid #C053EF
Tints of Medium Orchid #C053EF
RGB
CMYK
RGB Variations
Color information
#C053EF (or 0xC053EF) is known color: Medium Orchid. HEX triplet: C0, 53 and EF. RGB value is (192,83,239). Sum of RGB (Red+Green+Blue) = 192+83+239=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 83 (32.81% from 255 or 16.15% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #C053EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C053EF is #3FAC10. Grayscale: #848484. Windows color (decimal): -4172817 or 15684544. OLE color: 15684544.
HSL color Cylindrical-coordinate representation of color #C053EF: hue angle of 281.92º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C053EF is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 83 | 239 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.06 |
| HSL | 281.92º | 0.83% | 0.63% | - |
| HSV(B) | 281.92º | 0.65% | 0.94% | - |
| XYZ | 40.41 | 23.62 | 84.09 | - |
| YUV | 133.38 | 187.61 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 239 | 0.20 | 0.65 | 0 | 0.06 | 281.92 | 0.83 | 0.63 |
| Hex | C0 | 53 | EF | 14 | 41 | 0 | 6 | 11A | 53 | 3F |
| Octal | 300 | 123 | 357 | 24 | 101 | 0 | 6 | 432 | 123 | 77 |
| Binary | 11000000 | 1010011 | 11101111 | 10100 | 1000001 | 0 | 110 | 100011010 | 1010011 | 111111 |
Color Harmonies of #C053EF
Complementary color
Monochromatic Colors of #C053EF
Black with #C053EF
Text Example
Text Example
White with #C053EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C053EF; }
p { color: rgb(192,83,239); }
H1.HeaderClassName
{
color: #C053EF;
}
.AnyTagClassName
{
color: #C053EF;
}
</style>
background-color css
<style>
a { background-color: #C053EF; }
a { background-color: rgb(192,83,239); }
div.DivClassName
{
background-color: #C053EF;
}
.BgClassName
{
background-color: #C053EF;
}
</style>
border-color css
<style>
span { border-color: #C053EF; }
span { border-color: rgb(192,83,239); }
td.TdClassName
{
border-color: #C053EF;
}
.TagClassName
{
border-color: #C053EF;
}
</style>