Shades of Medium Orchid #C053F3
Tints of Medium Orchid #C053F3
RGB
CMYK
RGB Variations
Color information
#C053F3 (or 0xC053F3) is known color: Medium Orchid. HEX triplet: C0, 53 and F3. RGB value is (192,83,243). Sum of RGB (Red+Green+Blue) = 192+83+243=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 83 (32.81% from 255 or 16.02% from 518); Blue value is 243 (95.31% from 255 or 46.91% from 518); Max value from RGB is 243 - color contains mainly: blue. Hex color #C053F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C053F3 is #3FAC0C. Grayscale: #858585. Windows color (decimal): -4172813 or 15946688. OLE color: 15946688.
HSL color Cylindrical-coordinate representation of color #C053F3: hue angle of 280.88º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C053F3 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 83 | 243 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.05 |
| HSL | 280.88º | 0.87% | 0.64% | - |
| HSV(B) | 280.88º | 0.66% | 0.95% | - |
| XYZ | 41.01 | 23.86 | 87.24 | - |
| YUV | 133.83 | 189.61 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 243 | 0.21 | 0.66 | 0 | 0.05 | 280.88 | 0.87 | 0.64 |
| Hex | C0 | 53 | F3 | 15 | 42 | 0 | 5 | 119 | 57 | 40 |
| Octal | 300 | 123 | 363 | 25 | 102 | 0 | 5 | 431 | 127 | 100 |
| Binary | 11000000 | 1010011 | 11110011 | 10101 | 1000010 | 0 | 101 | 100011001 | 1010111 | 1000000 |
Color Harmonies of #C053F3
Complementary color
Monochromatic Colors of #C053F3
Black with #C053F3
Text Example
Text Example
White with #C053F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C053F3; }
p { color: rgb(192,83,243); }
H1.HeaderClassName
{
color: #C053F3;
}
.AnyTagClassName
{
color: #C053F3;
}
</style>
background-color css
<style>
a { background-color: #C053F3; }
a { background-color: rgb(192,83,243); }
div.DivClassName
{
background-color: #C053F3;
}
.BgClassName
{
background-color: #C053F3;
}
</style>
border-color css
<style>
span { border-color: #C053F3; }
span { border-color: rgb(192,83,243); }
td.TdClassName
{
border-color: #C053F3;
}
.TagClassName
{
border-color: #C053F3;
}
</style>