Shades of Medium Orchid #C130DC
Tints of Medium Orchid #C130DC
RGB
CMYK
RGB Variations
Color information
#C130DC (or 0xC130DC) is known color: Medium Orchid. HEX triplet: C1, 30 and DC. RGB value is (193,48,220). Sum of RGB (Red+Green+Blue) = 193+48+220=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 48 (19.14% from 255 or 10.41% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #C130DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C130DC is #3ECF23. Grayscale: #6E6E6E. Windows color (decimal): -4116260 or 14430401. OLE color: 14430401.
HSL color Cylindrical-coordinate representation of color #C130DC: hue angle of 290.58º 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 #C130DC is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 48 | 220 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.14 |
| HSL | 290.58º | 0.71% | 0.53% | - |
| HSV(B) | 290.58º | 0.78% | 0.86% | - |
| XYZ | 35.97 | 18.62 | 69.41 | - |
| YUV | 110.96 | 189.54 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 48 | 220 | 0.12 | 0.78 | 0 | 0.14 | 290.58 | 0.71 | 0.53 |
| Hex | C1 | 30 | DC | C | 4E | 0 | E | 123 | 47 | 35 |
| Octal | 301 | 60 | 334 | 14 | 116 | 0 | 16 | 443 | 107 | 65 |
| Binary | 11000001 | 110000 | 11011100 | 1100 | 1001110 | 0 | 1110 | 100100011 | 1000111 | 110101 |
Color Harmonies of #C130DC
Complementary color
Monochromatic Colors of #C130DC
Black with #C130DC
Text Example
Text Example
White with #C130DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C130DC; }
p { color: rgb(193,48,220); }
H1.HeaderClassName
{
color: #C130DC;
}
.AnyTagClassName
{
color: #C130DC;
}
</style>
background-color css
<style>
a { background-color: #C130DC; }
a { background-color: rgb(193,48,220); }
div.DivClassName
{
background-color: #C130DC;
}
.BgClassName
{
background-color: #C130DC;
}
</style>
border-color css
<style>
span { border-color: #C130DC; }
span { border-color: rgb(193,48,220); }
td.TdClassName
{
border-color: #C130DC;
}
.TagClassName
{
border-color: #C130DC;
}
</style>