Shades of Medium Orchid #C130DE
Tints of Medium Orchid #C130DE
RGB
CMYK
RGB Variations
Color information
#C130DE (or 0xC130DE) is known color: Medium Orchid. HEX triplet: C1, 30 and DE. RGB value is (193,48,222). Sum of RGB (Red+Green+Blue) = 193+48+222=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 48 (19.14% from 255 or 10.37% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #C130DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C130DE is #3ECF21. Grayscale: #6E6E6E. Windows color (decimal): -4116258 or 14561473. OLE color: 14561473.
HSL color Cylindrical-coordinate representation of color #C130DE: hue angle of 290º 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 #C130DE is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 48 | 222 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.13 |
| HSL | 290º | 0.73% | 0.53% | - |
| HSV(B) | 290º | 0.78% | 0.87% | - |
| XYZ | 36.23 | 18.73 | 70.81 | - |
| YUV | 111.19 | 190.54 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 48 | 222 | 0.13 | 0.78 | 0 | 0.13 | 290 | 0.73 | 0.53 |
| Hex | C1 | 30 | DE | D | 4E | 0 | D | 122 | 48 | 35 |
| Octal | 301 | 60 | 336 | 15 | 116 | 0 | 15 | 442 | 110 | 65 |
| Binary | 11000001 | 110000 | 11011110 | 1101 | 1001110 | 0 | 1101 | 100100010 | 1001000 | 110101 |
Color Harmonies of #C130DE
Complementary color
Monochromatic Colors of #C130DE
Black with #C130DE
Text Example
Text Example
White with #C130DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C130DE; }
p { color: rgb(193,48,222); }
H1.HeaderClassName
{
color: #C130DE;
}
.AnyTagClassName
{
color: #C130DE;
}
</style>
background-color css
<style>
a { background-color: #C130DE; }
a { background-color: rgb(193,48,222); }
div.DivClassName
{
background-color: #C130DE;
}
.BgClassName
{
background-color: #C130DE;
}
</style>
border-color css
<style>
span { border-color: #C130DE; }
span { border-color: rgb(193,48,222); }
td.TdClassName
{
border-color: #C130DE;
}
.TagClassName
{
border-color: #C130DE;
}
</style>