Shades of Medium Orchid #C432DB
Tints of Medium Orchid #C432DB
RGB
CMYK
RGB Variations
Color information
#C432DB (or 0xC432DB) is known color: Medium Orchid. HEX triplet: C4, 32 and DB. RGB value is (196,50,219). Sum of RGB (Red+Green+Blue) = 196+50+219=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 50 (19.92% from 255 or 10.75% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #C432DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C432DB is #3BCD24. Grayscale: #707070. Windows color (decimal): -3919141 or 14365380. OLE color: 14365380.
HSL color Cylindrical-coordinate representation of color #C432DB: hue angle of 291.83º 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 #C432DB is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 50 | 219 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.14 |
| HSL | 291.83º | 0.7% | 0.53% | - |
| HSV(B) | 291.83º | 0.77% | 0.86% | - |
| XYZ | 36.69 | 19.13 | 68.78 | - |
| YUV | 112.92 | 187.87 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 219 | 0.11 | 0.77 | 0 | 0.14 | 291.83 | 0.7 | 0.53 |
| Hex | C4 | 32 | DB | B | 4D | 0 | E | 124 | 46 | 35 |
| Octal | 304 | 62 | 333 | 13 | 115 | 0 | 16 | 444 | 106 | 65 |
| Binary | 11000100 | 110010 | 11011011 | 1011 | 1001101 | 0 | 1110 | 100100100 | 1000110 | 110101 |
Color Harmonies of #C432DB
Complementary color
Monochromatic Colors of #C432DB
Black with #C432DB
Text Example
Text Example
White with #C432DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C432DB; }
p { color: rgb(196,50,219); }
H1.HeaderClassName
{
color: #C432DB;
}
.AnyTagClassName
{
color: #C432DB;
}
</style>
background-color css
<style>
a { background-color: #C432DB; }
a { background-color: rgb(196,50,219); }
div.DivClassName
{
background-color: #C432DB;
}
.BgClassName
{
background-color: #C432DB;
}
</style>
border-color css
<style>
span { border-color: #C432DB; }
span { border-color: rgb(196,50,219); }
td.TdClassName
{
border-color: #C432DB;
}
.TagClassName
{
border-color: #C432DB;
}
</style>