Shades of Medium Orchid #C058CC
Tints of Medium Orchid #C058CC
RGB
CMYK
RGB Variations
Color information
#C058CC (or 0xC058CC) is known color: Medium Orchid. HEX triplet: C0, 58 and CC. RGB value is (192,88,204). Sum of RGB (Red+Green+Blue) = 192+88+204=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 88 (34.77% from 255 or 18.18% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #C058CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C058CC is #3FA733. Grayscale: #838383. Windows color (decimal): -4171572 or 13392064. OLE color: 13392064.
HSL color Cylindrical-coordinate representation of color #C058CC: hue angle of 293.79º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C058CC is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 88 | 204 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.2 |
| HSL | 293.79º | 0.53% | 0.57% | - |
| HSV(B) | 293.79º | 0.57% | 0.8% | - |
| XYZ | 36.13 | 22.55 | 59.57 | - |
| YUV | 132.32 | 168.46 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 204 | 0.06 | 0.57 | 0 | 0.2 | 293.79 | 0.53 | 0.57 |
| Hex | C0 | 58 | CC | 6 | 39 | 0 | 14 | 126 | 35 | 39 |
| Octal | 300 | 130 | 314 | 6 | 71 | 0 | 24 | 446 | 65 | 71 |
| Binary | 11000000 | 1011000 | 11001100 | 110 | 111001 | 0 | 10100 | 100100110 | 110101 | 111001 |
Color Harmonies of #C058CC
Complementary color
Monochromatic Colors of #C058CC
Black with #C058CC
Text Example
Text Example
White with #C058CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C058CC; }
p { color: rgb(192,88,204); }
H1.HeaderClassName
{
color: #C058CC;
}
.AnyTagClassName
{
color: #C058CC;
}
</style>
background-color css
<style>
a { background-color: #C058CC; }
a { background-color: rgb(192,88,204); }
div.DivClassName
{
background-color: #C058CC;
}
.BgClassName
{
background-color: #C058CC;
}
</style>
border-color css
<style>
span { border-color: #C058CC; }
span { border-color: rgb(192,88,204); }
td.TdClassName
{
border-color: #C058CC;
}
.TagClassName
{
border-color: #C058CC;
}
</style>