Shades of Medium Orchid #C129DB
Tints of Medium Orchid #C129DB
RGB
CMYK
RGB Variations
Color information
#C129DB (or 0xC129DB) is known color: Medium Orchid. HEX triplet: C1, 29 and DB. RGB value is (193,41,219). Sum of RGB (Red+Green+Blue) = 193+41+219=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 41 (16.41% from 255 or 9.05% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #C129DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C129DB is #3ED624. Grayscale: #6A6A6A. Windows color (decimal): -4118053 or 14363073. OLE color: 14363073.
HSL color Cylindrical-coordinate representation of color #C129DB: hue angle of 291.24º degrees, saturation: 0.71, 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 #C129DB is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 41 | 219 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.14 |
| HSL | 291.24º | 0.71% | 0.51% | - |
| HSV(B) | 291.24º | 0.81% | 0.86% | - |
| XYZ | 35.57 | 18.04 | 68.62 | - |
| YUV | 106.74 | 191.36 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 219 | 0.12 | 0.81 | 0 | 0.14 | 291.24 | 0.71 | 0.51 |
| Hex | C1 | 29 | DB | C | 51 | 0 | E | 123 | 47 | 33 |
| Octal | 301 | 51 | 333 | 14 | 121 | 0 | 16 | 443 | 107 | 63 |
| Binary | 11000001 | 101001 | 11011011 | 1100 | 1010001 | 0 | 1110 | 100100011 | 1000111 | 110011 |
Color Harmonies of #C129DB
Complementary color
Monochromatic Colors of #C129DB
Black with #C129DB
Text Example
Text Example
White with #C129DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C129DB; }
p { color: rgb(193,41,219); }
H1.HeaderClassName
{
color: #C129DB;
}
.AnyTagClassName
{
color: #C129DB;
}
</style>
background-color css
<style>
a { background-color: #C129DB; }
a { background-color: rgb(193,41,219); }
div.DivClassName
{
background-color: #C129DB;
}
.BgClassName
{
background-color: #C129DB;
}
</style>
border-color css
<style>
span { border-color: #C129DB; }
span { border-color: rgb(193,41,219); }
td.TdClassName
{
border-color: #C129DB;
}
.TagClassName
{
border-color: #C129DB;
}
</style>