Shades of Medium Orchid #C058CD
Tints of Medium Orchid #C058CD
RGB
CMYK
RGB Variations
Color information
#C058CD (or 0xC058CD) is known color: Medium Orchid. HEX triplet: C0, 58 and CD. RGB value is (192,88,205). Sum of RGB (Red+Green+Blue) = 192+88+205=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #C058CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C058CD is #3FA732. Grayscale: #848484. Windows color (decimal): -4171571 or 13457600. OLE color: 13457600.
HSL color Cylindrical-coordinate representation of color #C058CD: hue angle of 293.33º degrees, saturation: 0.54, 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 #C058CD is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 88 | 205 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.20 |
| HSL | 293.33º | 0.54% | 0.57% | - |
| HSV(B) | 293.33º | 0.57% | 0.8% | - |
| XYZ | 36.25 | 22.59 | 60.21 | - |
| YUV | 132.43 | 168.96 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 205 | 0.06 | 0.57 | 0 | 0.20 | 293.33 | 0.54 | 0.57 |
| Hex | C0 | 58 | CD | 6 | 39 | 0 | 14 | 125 | 36 | 39 |
| Octal | 300 | 130 | 315 | 6 | 71 | 0 | 24 | 445 | 66 | 71 |
| Binary | 11000000 | 1011000 | 11001101 | 110 | 111001 | 0 | 10100 | 100100101 | 110110 | 111001 |
Color Harmonies of #C058CD
Complementary color
Monochromatic Colors of #C058CD
Black with #C058CD
Text Example
Text Example
White with #C058CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C058CD; }
p { color: rgb(192,88,205); }
H1.HeaderClassName
{
color: #C058CD;
}
.AnyTagClassName
{
color: #C058CD;
}
</style>
background-color css
<style>
a { background-color: #C058CD; }
a { background-color: rgb(192,88,205); }
div.DivClassName
{
background-color: #C058CD;
}
.BgClassName
{
background-color: #C058CD;
}
</style>
border-color css
<style>
span { border-color: #C058CD; }
span { border-color: rgb(192,88,205); }
td.TdClassName
{
border-color: #C058CD;
}
.TagClassName
{
border-color: #C058CD;
}
</style>