Shades of Medium Orchid #C030DC
Tints of Medium Orchid #C030DC
RGB
CMYK
RGB Variations
Color information
#C030DC (or 0xC030DC) is known color: Medium Orchid. HEX triplet: C0, 30 and DC. RGB value is (192,48,220). Sum of RGB (Red+Green+Blue) = 192+48+220=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 48 (19.14% from 255 or 10.43% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #C030DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C030DC is #3FCF23. Grayscale: #6E6E6E. Windows color (decimal): -4181796 or 14430400. OLE color: 14430400.
HSL color Cylindrical-coordinate representation of color #C030DC: hue angle of 290.23º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C030DC is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 48 | 220 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.14 |
| HSL | 290.23º | 0.71% | 0.53% | - |
| HSV(B) | 290.23º | 0.78% | 0.86% | - |
| XYZ | 35.71 | 18.49 | 69.4 | - |
| YUV | 110.66 | 189.71 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 220 | 0.13 | 0.78 | 0 | 0.14 | 290.23 | 0.71 | 0.53 |
| Hex | C0 | 30 | DC | D | 4E | 0 | E | 122 | 47 | 35 |
| Octal | 300 | 60 | 334 | 15 | 116 | 0 | 16 | 442 | 107 | 65 |
| Binary | 11000000 | 110000 | 11011100 | 1101 | 1001110 | 0 | 1110 | 100100010 | 1000111 | 110101 |
Color Harmonies of #C030DC
Complementary color
Monochromatic Colors of #C030DC
Black with #C030DC
Text Example
Text Example
White with #C030DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C030DC; }
p { color: rgb(192,48,220); }
H1.HeaderClassName
{
color: #C030DC;
}
.AnyTagClassName
{
color: #C030DC;
}
</style>
background-color css
<style>
a { background-color: #C030DC; }
a { background-color: rgb(192,48,220); }
div.DivClassName
{
background-color: #C030DC;
}
.BgClassName
{
background-color: #C030DC;
}
</style>
border-color css
<style>
span { border-color: #C030DC; }
span { border-color: rgb(192,48,220); }
td.TdClassName
{
border-color: #C030DC;
}
.TagClassName
{
border-color: #C030DC;
}
</style>