Shades of Medium Orchid #C029DB
Tints of Medium Orchid #C029DB
RGB
CMYK
RGB Variations
Color information
#C029DB (or 0xC029DB) is known color: Medium Orchid. HEX triplet: C0, 29 and DB. RGB value is (192,41,219). Sum of RGB (Red+Green+Blue) = 192+41+219=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 41 (16.41% from 255 or 9.07% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #C029DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C029DB is #3FD624. Grayscale: #696969. Windows color (decimal): -4183589 or 14363072. OLE color: 14363072.
HSL color Cylindrical-coordinate representation of color #C029DB: hue angle of 290.9º 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 #C029DB is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 41 | 219 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.14 |
| HSL | 290.9º | 0.71% | 0.51% | - |
| HSV(B) | 290.9º | 0.81% | 0.86% | - |
| XYZ | 35.32 | 17.91 | 68.61 | - |
| YUV | 106.44 | 191.53 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 41 | 219 | 0.12 | 0.81 | 0 | 0.14 | 290.9 | 0.71 | 0.51 |
| Hex | C0 | 29 | DB | C | 51 | 0 | E | 123 | 47 | 33 |
| Octal | 300 | 51 | 333 | 14 | 121 | 0 | 16 | 443 | 107 | 63 |
| Binary | 11000000 | 101001 | 11011011 | 1100 | 1010001 | 0 | 1110 | 100100011 | 1000111 | 110011 |
Color Harmonies of #C029DB
Complementary color
Monochromatic Colors of #C029DB
Black with #C029DB
Text Example
Text Example
White with #C029DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C029DB; }
p { color: rgb(192,41,219); }
H1.HeaderClassName
{
color: #C029DB;
}
.AnyTagClassName
{
color: #C029DB;
}
</style>
background-color css
<style>
a { background-color: #C029DB; }
a { background-color: rgb(192,41,219); }
div.DivClassName
{
background-color: #C029DB;
}
.BgClassName
{
background-color: #C029DB;
}
</style>
border-color css
<style>
span { border-color: #C029DB; }
span { border-color: rgb(192,41,219); }
td.TdClassName
{
border-color: #C029DB;
}
.TagClassName
{
border-color: #C029DB;
}
</style>