Shades of Medium Orchid #C058F7
Tints of Medium Orchid #C058F7
RGB
CMYK
RGB Variations
Color information
#C058F7 (or 0xC058F7) is known color: Medium Orchid. HEX triplet: C0, 58 and F7. RGB value is (192,88,247). Sum of RGB (Red+Green+Blue) = 192+88+247=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 88 (34.77% from 255 or 16.70% from 527); Blue value is 247 (96.88% from 255 or 46.87% from 527); Max value from RGB is 247 - color contains mainly: blue. Hex color #C058F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C058F7 is #3FA708. Grayscale: #888888. Windows color (decimal): -4171529 or 16210112. OLE color: 16210112.
HSL color Cylindrical-coordinate representation of color #C058F7: hue angle of 279.25º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C058F7 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 88 | 247 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.03 |
| HSL | 279.25º | 0.91% | 0.66% | - |
| HSV(B) | 279.25º | 0.64% | 0.97% | - |
| XYZ | 42.02 | 24.9 | 90.59 | - |
| YUV | 137.22 | 189.96 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 247 | 0.22 | 0.64 | 0 | 0.03 | 279.25 | 0.91 | 0.66 |
| Hex | C0 | 58 | F7 | 16 | 40 | 0 | 3 | 117 | 5B | 42 |
| Octal | 300 | 130 | 367 | 26 | 100 | 0 | 3 | 427 | 133 | 102 |
| Binary | 11000000 | 1011000 | 11110111 | 10110 | 1000000 | 0 | 11 | 100010111 | 1011011 | 1000010 |
Color Harmonies of #C058F7
Complementary color
Monochromatic Colors of #C058F7
Black with #C058F7
Text Example
Text Example
White with #C058F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C058F7; }
p { color: rgb(192,88,247); }
H1.HeaderClassName
{
color: #C058F7;
}
.AnyTagClassName
{
color: #C058F7;
}
</style>
background-color css
<style>
a { background-color: #C058F7; }
a { background-color: rgb(192,88,247); }
div.DivClassName
{
background-color: #C058F7;
}
.BgClassName
{
background-color: #C058F7;
}
</style>
border-color css
<style>
span { border-color: #C058F7; }
span { border-color: rgb(192,88,247); }
td.TdClassName
{
border-color: #C058F7;
}
.TagClassName
{
border-color: #C058F7;
}
</style>