Shades of Medium Orchid #C058DB
Tints of Medium Orchid #C058DB
RGB
CMYK
RGB Variations
Color information
#C058DB (or 0xC058DB) is known color: Medium Orchid. HEX triplet: C0, 58 and DB. RGB value is (192,88,219). Sum of RGB (Red+Green+Blue) = 192+88+219=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 88 (34.77% from 255 or 17.64% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #C058DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C058DB is #3FA724. Grayscale: #858585. Windows color (decimal): -4171557 or 14375104. OLE color: 14375104.
HSL color Cylindrical-coordinate representation of color #C058DB: hue angle of 287.63º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C058DB is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 88 | 219 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.14 |
| HSL | 287.63º | 0.65% | 0.6% | - |
| HSV(B) | 287.63º | 0.6% | 0.86% | - |
| XYZ | 38.01 | 23.3 | 69.51 | - |
| YUV | 134.03 | 175.96 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 219 | 0.12 | 0.60 | 0 | 0.14 | 287.63 | 0.65 | 0.6 |
| Hex | C0 | 58 | DB | C | 3C | 0 | E | 120 | 41 | 3C |
| Octal | 300 | 130 | 333 | 14 | 74 | 0 | 16 | 440 | 101 | 74 |
| Binary | 11000000 | 1011000 | 11011011 | 1100 | 111100 | 0 | 1110 | 100100000 | 1000001 | 111100 |
Color Harmonies of #C058DB
Complementary color
Monochromatic Colors of #C058DB
Black with #C058DB
Text Example
Text Example
White with #C058DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C058DB; }
p { color: rgb(192,88,219); }
H1.HeaderClassName
{
color: #C058DB;
}
.AnyTagClassName
{
color: #C058DB;
}
</style>
background-color css
<style>
a { background-color: #C058DB; }
a { background-color: rgb(192,88,219); }
div.DivClassName
{
background-color: #C058DB;
}
.BgClassName
{
background-color: #C058DB;
}
</style>
border-color css
<style>
span { border-color: #C058DB; }
span { border-color: rgb(192,88,219); }
td.TdClassName
{
border-color: #C058DB;
}
.TagClassName
{
border-color: #C058DB;
}
</style>