Shades of Medium Orchid #C053FA
Tints of Medium Orchid #C053FA
RGB
CMYK
RGB Variations
Color information
#C053FA (or 0xC053FA) is known color: Medium Orchid. HEX triplet: C0, 53 and FA. RGB value is (192,83,250). Sum of RGB (Red+Green+Blue) = 192+83+250=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 83 (32.81% from 255 or 15.81% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #C053FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C053FA is #3FAC05. Grayscale: #868686. Windows color (decimal): -4172806 or 16405440. OLE color: 16405440.
HSL color Cylindrical-coordinate representation of color #C053FA: hue angle of 279.16º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C053FA is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 83 | 250 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.02 |
| HSL | 279.16º | 0.94% | 0.65% | - |
| HSV(B) | 279.16º | 0.67% | 0.98% | - |
| XYZ | 42.09 | 24.3 | 92.91 | - |
| YUV | 134.63 | 193.11 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 250 | 0.23 | 0.67 | 0 | 0.02 | 279.16 | 0.94 | 0.65 |
| Hex | C0 | 53 | FA | 17 | 43 | 0 | 2 | 117 | 5E | 41 |
| Octal | 300 | 123 | 372 | 27 | 103 | 0 | 2 | 427 | 136 | 101 |
| Binary | 11000000 | 1010011 | 11111010 | 10111 | 1000011 | 0 | 10 | 100010111 | 1011110 | 1000001 |
Color Harmonies of #C053FA
Complementary color
Monochromatic Colors of #C053FA
Black with #C053FA
Text Example
Text Example
White with #C053FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C053FA; }
p { color: rgb(192,83,250); }
H1.HeaderClassName
{
color: #C053FA;
}
.AnyTagClassName
{
color: #C053FA;
}
</style>
background-color css
<style>
a { background-color: #C053FA; }
a { background-color: rgb(192,83,250); }
div.DivClassName
{
background-color: #C053FA;
}
.BgClassName
{
background-color: #C053FA;
}
</style>
border-color css
<style>
span { border-color: #C053FA; }
span { border-color: rgb(192,83,250); }
td.TdClassName
{
border-color: #C053FA;
}
.TagClassName
{
border-color: #C053FA;
}
</style>