Shades of Medium Orchid #C436DC
Tints of Medium Orchid #C436DC
RGB
CMYK
RGB Variations
Color information
#C436DC (or 0xC436DC) is known color: Medium Orchid. HEX triplet: C4, 36 and DC. RGB value is (196,54,220). Sum of RGB (Red+Green+Blue) = 196+54+220=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 54 (21.48% from 255 or 11.49% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #C436DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C436DC is #3BC923. Grayscale: #727272. Windows color (decimal): -3918116 or 14431940. OLE color: 14431940.
HSL color Cylindrical-coordinate representation of color #C436DC: hue angle of 291.33º 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 #C436DC is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 54 | 220 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.14 |
| HSL | 291.33º | 0.7% | 0.54% | - |
| HSV(B) | 291.33º | 0.75% | 0.86% | - |
| XYZ | 37 | 19.54 | 69.53 | - |
| YUV | 115.38 | 187.04 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 54 | 220 | 0.11 | 0.75 | 0 | 0.14 | 291.33 | 0.7 | 0.54 |
| Hex | C4 | 36 | DC | B | 4B | 0 | E | 123 | 46 | 36 |
| Octal | 304 | 66 | 334 | 13 | 113 | 0 | 16 | 443 | 106 | 66 |
| Binary | 11000100 | 110110 | 11011100 | 1011 | 1001011 | 0 | 1110 | 100100011 | 1000110 | 110110 |
Color Harmonies of #C436DC
Complementary color
Monochromatic Colors of #C436DC
Black with #C436DC
Text Example
Text Example
White with #C436DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C436DC; }
p { color: rgb(196,54,220); }
H1.HeaderClassName
{
color: #C436DC;
}
.AnyTagClassName
{
color: #C436DC;
}
</style>
background-color css
<style>
a { background-color: #C436DC; }
a { background-color: rgb(196,54,220); }
div.DivClassName
{
background-color: #C436DC;
}
.BgClassName
{
background-color: #C436DC;
}
</style>
border-color css
<style>
span { border-color: #C436DC; }
span { border-color: rgb(196,54,220); }
td.TdClassName
{
border-color: #C436DC;
}
.TagClassName
{
border-color: #C436DC;
}
</style>