Shades of Medium Orchid #C058F0
Tints of Medium Orchid #C058F0
RGB
CMYK
RGB Variations
Color information
#C058F0 (or 0xC058F0) is known color: Medium Orchid. HEX triplet: C0, 58 and F0. RGB value is (192,88,240). Sum of RGB (Red+Green+Blue) = 192+88+240=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 88 (34.77% from 255 or 16.92% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 240 - color contains mainly: blue. Hex color #C058F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C058F0 is #3FA70F. Grayscale: #878787. Windows color (decimal): -4171536 or 15751360. OLE color: 15751360.
HSL color Cylindrical-coordinate representation of color #C058F0: hue angle of 281.05º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C058F0 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 88 | 240 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.06 |
| HSL | 281.05º | 0.84% | 0.64% | - |
| HSV(B) | 281.05º | 0.63% | 0.94% | - |
| XYZ | 40.96 | 24.48 | 85 | - |
| YUV | 136.42 | 186.46 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 240 | 0.20 | 0.63 | 0 | 0.06 | 281.05 | 0.84 | 0.64 |
| Hex | C0 | 58 | F0 | 14 | 3F | 0 | 6 | 119 | 54 | 40 |
| Octal | 300 | 130 | 360 | 24 | 77 | 0 | 6 | 431 | 124 | 100 |
| Binary | 11000000 | 1011000 | 11110000 | 10100 | 111111 | 0 | 110 | 100011001 | 1010100 | 1000000 |
Color Harmonies of #C058F0
Complementary color
Monochromatic Colors of #C058F0
Black with #C058F0
Text Example
Text Example
White with #C058F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C058F0; }
p { color: rgb(192,88,240); }
H1.HeaderClassName
{
color: #C058F0;
}
.AnyTagClassName
{
color: #C058F0;
}
</style>
background-color css
<style>
a { background-color: #C058F0; }
a { background-color: rgb(192,88,240); }
div.DivClassName
{
background-color: #C058F0;
}
.BgClassName
{
background-color: #C058F0;
}
</style>
border-color css
<style>
span { border-color: #C058F0; }
span { border-color: rgb(192,88,240); }
td.TdClassName
{
border-color: #C058F0;
}
.TagClassName
{
border-color: #C058F0;
}
</style>