Shades of Medium Orchid #C032DB
Tints of Medium Orchid #C032DB
RGB
CMYK
RGB Variations
Color information
#C032DB (or 0xC032DB) is known color: Medium Orchid. HEX triplet: C0, 32 and DB. RGB value is (192,50,219). Sum of RGB (Red+Green+Blue) = 192+50+219=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 50 (19.92% from 255 or 10.85% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #C032DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C032DB is #3FCD24. Grayscale: #6F6F6F. Windows color (decimal): -4181285 or 14365376. OLE color: 14365376.
HSL color Cylindrical-coordinate representation of color #C032DB: hue angle of 290.41º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C032DB is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 50 | 219 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.14 |
| HSL | 290.41º | 0.7% | 0.53% | - |
| HSV(B) | 290.41º | 0.77% | 0.86% | - |
| XYZ | 35.67 | 18.6 | 68.73 | - |
| YUV | 111.72 | 188.54 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 219 | 0.12 | 0.77 | 0 | 0.14 | 290.41 | 0.7 | 0.53 |
| Hex | C0 | 32 | DB | C | 4D | 0 | E | 122 | 46 | 35 |
| Octal | 300 | 62 | 333 | 14 | 115 | 0 | 16 | 442 | 106 | 65 |
| Binary | 11000000 | 110010 | 11011011 | 1100 | 1001101 | 0 | 1110 | 100100010 | 1000110 | 110101 |
Color Harmonies of #C032DB
Complementary color
Monochromatic Colors of #C032DB
Black with #C032DB
Text Example
Text Example
White with #C032DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C032DB; }
p { color: rgb(192,50,219); }
H1.HeaderClassName
{
color: #C032DB;
}
.AnyTagClassName
{
color: #C032DB;
}
</style>
background-color css
<style>
a { background-color: #C032DB; }
a { background-color: rgb(192,50,219); }
div.DivClassName
{
background-color: #C032DB;
}
.BgClassName
{
background-color: #C032DB;
}
</style>
border-color css
<style>
span { border-color: #C032DB; }
span { border-color: rgb(192,50,219); }
td.TdClassName
{
border-color: #C032DB;
}
.TagClassName
{
border-color: #C032DB;
}
</style>