Shades of Medium Orchid #C129DC
Tints of Medium Orchid #C129DC
RGB
CMYK
RGB Variations
Color information
#C129DC (or 0xC129DC) is known color: Medium Orchid. HEX triplet: C1, 29 and DC. RGB value is (193,41,220). Sum of RGB (Red+Green+Blue) = 193+41+220=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 41 (16.41% from 255 or 9.03% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #C129DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C129DC is #3ED623. Grayscale: #6A6A6A. Windows color (decimal): -4118052 or 14428609. OLE color: 14428609.
HSL color Cylindrical-coordinate representation of color #C129DC: hue angle of 290.95º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C129DC is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 41 | 220 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.14 |
| HSL | 290.95º | 0.72% | 0.51% | - |
| HSV(B) | 290.95º | 0.81% | 0.86% | - |
| XYZ | 35.7 | 18.09 | 69.32 | - |
| YUV | 106.85 | 191.86 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 220 | 0.12 | 0.81 | 0 | 0.14 | 290.95 | 0.72 | 0.51 |
| Hex | C1 | 29 | DC | C | 51 | 0 | E | 123 | 48 | 33 |
| Octal | 301 | 51 | 334 | 14 | 121 | 0 | 16 | 443 | 110 | 63 |
| Binary | 11000001 | 101001 | 11011100 | 1100 | 1010001 | 0 | 1110 | 100100011 | 1001000 | 110011 |
Color Harmonies of #C129DC
Complementary color
Monochromatic Colors of #C129DC
Black with #C129DC
Text Example
Text Example
White with #C129DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C129DC; }
p { color: rgb(193,41,220); }
H1.HeaderClassName
{
color: #C129DC;
}
.AnyTagClassName
{
color: #C129DC;
}
</style>
background-color css
<style>
a { background-color: #C129DC; }
a { background-color: rgb(193,41,220); }
div.DivClassName
{
background-color: #C129DC;
}
.BgClassName
{
background-color: #C129DC;
}
</style>
border-color css
<style>
span { border-color: #C129DC; }
span { border-color: rgb(193,41,220); }
td.TdClassName
{
border-color: #C129DC;
}
.TagClassName
{
border-color: #C129DC;
}
</style>