Shades of Medium Orchid #C030DB
Tints of Medium Orchid #C030DB
RGB
CMYK
RGB Variations
Color information
#C030DB (or 0xC030DB) is known color: Medium Orchid. HEX triplet: C0, 30 and DB. RGB value is (192,48,219). Sum of RGB (Red+Green+Blue) = 192+48+219=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 48 (19.14% from 255 or 10.46% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #C030DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C030DB is #3FCF24. Grayscale: #6E6E6E. Windows color (decimal): -4181797 or 14364864. OLE color: 14364864.
HSL color Cylindrical-coordinate representation of color #C030DB: hue angle of 290.53º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C030DB is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 48 | 219 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.14 |
| HSL | 290.53º | 0.7% | 0.52% | - |
| HSV(B) | 290.53º | 0.78% | 0.86% | - |
| XYZ | 35.58 | 18.43 | 68.7 | - |
| YUV | 110.55 | 189.21 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 219 | 0.12 | 0.78 | 0 | 0.14 | 290.53 | 0.7 | 0.52 |
| Hex | C0 | 30 | DB | C | 4E | 0 | E | 123 | 46 | 34 |
| Octal | 300 | 60 | 333 | 14 | 116 | 0 | 16 | 443 | 106 | 64 |
| Binary | 11000000 | 110000 | 11011011 | 1100 | 1001110 | 0 | 1110 | 100100011 | 1000110 | 110100 |
Color Harmonies of #C030DB
Complementary color
Monochromatic Colors of #C030DB
Black with #C030DB
Text Example
Text Example
White with #C030DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C030DB; }
p { color: rgb(192,48,219); }
H1.HeaderClassName
{
color: #C030DB;
}
.AnyTagClassName
{
color: #C030DB;
}
</style>
background-color css
<style>
a { background-color: #C030DB; }
a { background-color: rgb(192,48,219); }
div.DivClassName
{
background-color: #C030DB;
}
.BgClassName
{
background-color: #C030DB;
}
</style>
border-color css
<style>
span { border-color: #C030DB; }
span { border-color: rgb(192,48,219); }
td.TdClassName
{
border-color: #C030DB;
}
.TagClassName
{
border-color: #C030DB;
}
</style>