Shades of Medium Orchid #C058DA
Tints of Medium Orchid #C058DA
RGB
CMYK
RGB Variations
Color information
#C058DA (or 0xC058DA) is known color: Medium Orchid. HEX triplet: C0, 58 and DA. RGB value is (192,88,218). Sum of RGB (Red+Green+Blue) = 192+88+218=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 88 (34.77% from 255 or 17.67% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #C058DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C058DA is #3FA725. Grayscale: #858585. Windows color (decimal): -4171558 or 14309568. OLE color: 14309568.
HSL color Cylindrical-coordinate representation of color #C058DA: hue angle of 288º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C058DA is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 88 | 218 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.15 |
| HSL | 288º | 0.64% | 0.6% | - |
| HSV(B) | 288º | 0.6% | 0.85% | - |
| XYZ | 37.88 | 23.25 | 68.82 | - |
| YUV | 133.92 | 175.46 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 218 | 0.12 | 0.60 | 0 | 0.15 | 288 | 0.64 | 0.6 |
| Hex | C0 | 58 | DA | C | 3C | 0 | F | 120 | 40 | 3C |
| Octal | 300 | 130 | 332 | 14 | 74 | 0 | 17 | 440 | 100 | 74 |
| Binary | 11000000 | 1011000 | 11011010 | 1100 | 111100 | 0 | 1111 | 100100000 | 1000000 | 111100 |
Color Harmonies of #C058DA
Complementary color
Monochromatic Colors of #C058DA
Black with #C058DA
Text Example
Text Example
White with #C058DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C058DA; }
p { color: rgb(192,88,218); }
H1.HeaderClassName
{
color: #C058DA;
}
.AnyTagClassName
{
color: #C058DA;
}
</style>
background-color css
<style>
a { background-color: #C058DA; }
a { background-color: rgb(192,88,218); }
div.DivClassName
{
background-color: #C058DA;
}
.BgClassName
{
background-color: #C058DA;
}
</style>
border-color css
<style>
span { border-color: #C058DA; }
span { border-color: rgb(192,88,218); }
td.TdClassName
{
border-color: #C058DA;
}
.TagClassName
{
border-color: #C058DA;
}
</style>