Shades of Medium Orchid #C436DB
Tints of Medium Orchid #C436DB
RGB
CMYK
RGB Variations
Color information
#C436DB (or 0xC436DB) is known color: Medium Orchid. HEX triplet: C4, 36 and DB. RGB value is (196,54,219). Sum of RGB (Red+Green+Blue) = 196+54+219=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 54 (21.48% from 255 or 11.51% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #C436DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C436DB is #3BC924. Grayscale: #727272. Windows color (decimal): -3918117 or 14366404. OLE color: 14366404.
HSL color Cylindrical-coordinate representation of color #C436DB: hue angle of 291.64º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C436DB is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 54 | 219 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.14 |
| HSL | 291.64º | 0.7% | 0.54% | - |
| HSV(B) | 291.64º | 0.75% | 0.86% | - |
| XYZ | 36.87 | 19.49 | 68.84 | - |
| YUV | 115.27 | 186.54 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 54 | 219 | 0.11 | 0.75 | 0 | 0.14 | 291.64 | 0.7 | 0.54 |
| Hex | C4 | 36 | DB | B | 4B | 0 | E | 124 | 46 | 36 |
| Octal | 304 | 66 | 333 | 13 | 113 | 0 | 16 | 444 | 106 | 66 |
| Binary | 11000100 | 110110 | 11011011 | 1011 | 1001011 | 0 | 1110 | 100100100 | 1000110 | 110110 |
Color Harmonies of #C436DB
Complementary color
Monochromatic Colors of #C436DB
Black with #C436DB
Text Example
Text Example
White with #C436DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C436DB; }
p { color: rgb(196,54,219); }
H1.HeaderClassName
{
color: #C436DB;
}
.AnyTagClassName
{
color: #C436DB;
}
</style>
background-color css
<style>
a { background-color: #C436DB; }
a { background-color: rgb(196,54,219); }
div.DivClassName
{
background-color: #C436DB;
}
.BgClassName
{
background-color: #C436DB;
}
</style>
border-color css
<style>
span { border-color: #C436DB; }
span { border-color: rgb(196,54,219); }
td.TdClassName
{
border-color: #C436DB;
}
.TagClassName
{
border-color: #C436DB;
}
</style>