Shades of Medium Orchid #C058CE
Tints of Medium Orchid #C058CE
RGB
CMYK
RGB Variations
Color information
#C058CE (or 0xC058CE) is known color: Medium Orchid. HEX triplet: C0, 58 and CE. RGB value is (192,88,206). Sum of RGB (Red+Green+Blue) = 192+88+206=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #C058CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C058CE is #3FA731. Grayscale: #848484. Windows color (decimal): -4171570 or 13523136. OLE color: 13523136.
HSL color Cylindrical-coordinate representation of color #C058CE: hue angle of 292.88º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C058CE is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 88 | 206 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.19 |
| HSL | 292.88º | 0.55% | 0.58% | - |
| HSV(B) | 292.88º | 0.57% | 0.81% | - |
| XYZ | 36.37 | 22.64 | 60.85 | - |
| YUV | 132.55 | 169.46 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 206 | 0.07 | 0.57 | 0 | 0.19 | 292.88 | 0.55 | 0.58 |
| Hex | C0 | 58 | CE | 7 | 39 | 0 | 13 | 125 | 37 | 3A |
| Octal | 300 | 130 | 316 | 7 | 71 | 0 | 23 | 445 | 67 | 72 |
| Binary | 11000000 | 1011000 | 11001110 | 111 | 111001 | 0 | 10011 | 100100101 | 110111 | 111010 |
Color Harmonies of #C058CE
Complementary color
Monochromatic Colors of #C058CE
Black with #C058CE
Text Example
Text Example
White with #C058CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C058CE; }
p { color: rgb(192,88,206); }
H1.HeaderClassName
{
color: #C058CE;
}
.AnyTagClassName
{
color: #C058CE;
}
</style>
background-color css
<style>
a { background-color: #C058CE; }
a { background-color: rgb(192,88,206); }
div.DivClassName
{
background-color: #C058CE;
}
.BgClassName
{
background-color: #C058CE;
}
</style>
border-color css
<style>
span { border-color: #C058CE; }
span { border-color: rgb(192,88,206); }
td.TdClassName
{
border-color: #C058CE;
}
.TagClassName
{
border-color: #C058CE;
}
</style>