Shades of Medium Orchid #C030DA
Tints of Medium Orchid #C030DA
RGB
CMYK
RGB Variations
Color information
#C030DA (or 0xC030DA) is known color: Medium Orchid. HEX triplet: C0, 30 and DA. RGB value is (192,48,218). Sum of RGB (Red+Green+Blue) = 192+48+218=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #C030DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C030DA is #3FCF25. Grayscale: #6D6D6D. Windows color (decimal): -4181798 or 14299328. OLE color: 14299328.
HSL color Cylindrical-coordinate representation of color #C030DA: hue angle of 290.82º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C030DA is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 48 | 218 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.15 |
| HSL | 290.82º | 0.7% | 0.52% | - |
| HSV(B) | 290.82º | 0.78% | 0.85% | - |
| XYZ | 35.45 | 18.38 | 68.01 | - |
| YUV | 110.44 | 188.71 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 218 | 0.12 | 0.78 | 0 | 0.15 | 290.82 | 0.7 | 0.52 |
| Hex | C0 | 30 | DA | C | 4E | 0 | F | 123 | 46 | 34 |
| Octal | 300 | 60 | 332 | 14 | 116 | 0 | 17 | 443 | 106 | 64 |
| Binary | 11000000 | 110000 | 11011010 | 1100 | 1001110 | 0 | 1111 | 100100011 | 1000110 | 110100 |
Color Harmonies of #C030DA
Complementary color
Monochromatic Colors of #C030DA
Black with #C030DA
Text Example
Text Example
White with #C030DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C030DA; }
p { color: rgb(192,48,218); }
H1.HeaderClassName
{
color: #C030DA;
}
.AnyTagClassName
{
color: #C030DA;
}
</style>
background-color css
<style>
a { background-color: #C030DA; }
a { background-color: rgb(192,48,218); }
div.DivClassName
{
background-color: #C030DA;
}
.BgClassName
{
background-color: #C030DA;
}
</style>
border-color css
<style>
span { border-color: #C030DA; }
span { border-color: rgb(192,48,218); }
td.TdClassName
{
border-color: #C030DA;
}
.TagClassName
{
border-color: #C030DA;
}
</style>