Shades of Medium Orchid #C129D8
Tints of Medium Orchid #C129D8
RGB
CMYK
RGB Variations
Color information
#C129D8 (or 0xC129D8) is known color: Medium Orchid. HEX triplet: C1, 29 and D8. RGB value is (193,41,216). Sum of RGB (Red+Green+Blue) = 193+41+216=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 41 (16.41% from 255 or 9.11% from 450); Blue value is 216 (84.77% from 255 or 48% from 450); Max value from RGB is 216 - color contains mainly: blue. Hex color #C129D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C129D8 is #3ED627. Grayscale: #696969. Windows color (decimal): -4118056 or 14166465. OLE color: 14166465.
HSL color Cylindrical-coordinate representation of color #C129D8: hue angle of 292.11º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C129D8 is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 41 | 216 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.15 |
| HSL | 292.11º | 0.69% | 0.5% | - |
| HSV(B) | 292.11º | 0.81% | 0.85% | - |
| XYZ | 35.18 | 17.88 | 66.56 | - |
| YUV | 106.4 | 189.86 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 216 | 0.11 | 0.81 | 0 | 0.15 | 292.11 | 0.69 | 0.5 |
| Hex | C1 | 29 | D8 | B | 51 | 0 | F | 124 | 45 | 32 |
| Octal | 301 | 51 | 330 | 13 | 121 | 0 | 17 | 444 | 105 | 62 |
| Binary | 11000001 | 101001 | 11011000 | 1011 | 1010001 | 0 | 1111 | 100100100 | 1000101 | 110010 |
Color Harmonies of #C129D8
Complementary color
Monochromatic Colors of #C129D8
Black with #C129D8
Text Example
Text Example
White with #C129D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C129D8; }
p { color: rgb(193,41,216); }
H1.HeaderClassName
{
color: #C129D8;
}
.AnyTagClassName
{
color: #C129D8;
}
</style>
background-color css
<style>
a { background-color: #C129D8; }
a { background-color: rgb(193,41,216); }
div.DivClassName
{
background-color: #C129D8;
}
.BgClassName
{
background-color: #C129D8;
}
</style>
border-color css
<style>
span { border-color: #C129D8; }
span { border-color: rgb(193,41,216); }
td.TdClassName
{
border-color: #C129D8;
}
.TagClassName
{
border-color: #C129D8;
}
</style>