Shades of Medium Orchid #C058FA
Tints of Medium Orchid #C058FA
RGB
CMYK
RGB Variations
Color information
#C058FA (or 0xC058FA) is known color: Medium Orchid. HEX triplet: C0, 58 and FA. RGB value is (192,88,250). Sum of RGB (Red+Green+Blue) = 192+88+250=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 88 (34.77% from 255 or 16.60% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #C058FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C058FA is #3FA705. Grayscale: #898989. Windows color (decimal): -4171526 or 16406720. OLE color: 16406720.
HSL color Cylindrical-coordinate representation of color #C058FA: hue angle of 278.52º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C058FA is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 88 | 250 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.02 |
| HSL | 278.52º | 0.94% | 0.66% | - |
| HSV(B) | 278.52º | 0.65% | 0.98% | - |
| XYZ | 42.48 | 25.09 | 93.05 | - |
| YUV | 137.56 | 191.46 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 250 | 0.23 | 0.65 | 0 | 0.02 | 278.52 | 0.94 | 0.66 |
| Hex | C0 | 58 | FA | 17 | 41 | 0 | 2 | 117 | 5E | 42 |
| Octal | 300 | 130 | 372 | 27 | 101 | 0 | 2 | 427 | 136 | 102 |
| Binary | 11000000 | 1011000 | 11111010 | 10111 | 1000001 | 0 | 10 | 100010111 | 1011110 | 1000010 |
Color Harmonies of #C058FA
Complementary color
Monochromatic Colors of #C058FA
Black with #C058FA
Text Example
Text Example
White with #C058FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C058FA; }
p { color: rgb(192,88,250); }
H1.HeaderClassName
{
color: #C058FA;
}
.AnyTagClassName
{
color: #C058FA;
}
</style>
background-color css
<style>
a { background-color: #C058FA; }
a { background-color: rgb(192,88,250); }
div.DivClassName
{
background-color: #C058FA;
}
.BgClassName
{
background-color: #C058FA;
}
</style>
border-color css
<style>
span { border-color: #C058FA; }
span { border-color: rgb(192,88,250); }
td.TdClassName
{
border-color: #C058FA;
}
.TagClassName
{
border-color: #C058FA;
}
</style>