Shades of Medium Orchid #C030DF
Tints of Medium Orchid #C030DF
RGB
CMYK
RGB Variations
Color information
#C030DF (or 0xC030DF) is known color: Medium Orchid. HEX triplet: C0, 30 and DF. RGB value is (192,48,223). Sum of RGB (Red+Green+Blue) = 192+48+223=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 48 (19.14% from 255 or 10.37% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #C030DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C030DF is #3FCF20. Grayscale: #6E6E6E. Windows color (decimal): -4181793 or 14627008. OLE color: 14627008.
HSL color Cylindrical-coordinate representation of color #C030DF: hue angle of 289.37º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C030DF is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 48 | 223 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.13 |
| HSL | 289.37º | 0.73% | 0.53% | - |
| HSV(B) | 289.37º | 0.78% | 0.87% | - |
| XYZ | 36.11 | 18.65 | 71.51 | - |
| YUV | 111.01 | 191.21 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 223 | 0.14 | 0.78 | 0 | 0.13 | 289.37 | 0.73 | 0.53 |
| Hex | C0 | 30 | DF | E | 4E | 0 | D | 121 | 49 | 35 |
| Octal | 300 | 60 | 337 | 16 | 116 | 0 | 15 | 441 | 111 | 65 |
| Binary | 11000000 | 110000 | 11011111 | 1110 | 1001110 | 0 | 1101 | 100100001 | 1001001 | 110101 |
Color Harmonies of #C030DF
Complementary color
Monochromatic Colors of #C030DF
Black with #C030DF
Text Example
Text Example
White with #C030DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C030DF; }
p { color: rgb(192,48,223); }
H1.HeaderClassName
{
color: #C030DF;
}
.AnyTagClassName
{
color: #C030DF;
}
</style>
background-color css
<style>
a { background-color: #C030DF; }
a { background-color: rgb(192,48,223); }
div.DivClassName
{
background-color: #C030DF;
}
.BgClassName
{
background-color: #C030DF;
}
</style>
border-color css
<style>
span { border-color: #C030DF; }
span { border-color: rgb(192,48,223); }
td.TdClassName
{
border-color: #C030DF;
}
.TagClassName
{
border-color: #C030DF;
}
</style>