Shades of Medium Orchid #C435DC
Tints of Medium Orchid #C435DC
RGB
CMYK
RGB Variations
Color information
#C435DC (or 0xC435DC) is known color: Medium Orchid. HEX triplet: C4, 35 and DC. RGB value is (196,53,220). Sum of RGB (Red+Green+Blue) = 196+53+220=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 53 (21.09% from 255 or 11.30% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #C435DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C435DC is #3BCA23. Grayscale: #727272. Windows color (decimal): -3918372 or 14431684. OLE color: 14431684.
HSL color Cylindrical-coordinate representation of color #C435DC: hue angle of 291.38º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C435DC is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 53 | 220 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.14 |
| HSL | 291.38º | 0.7% | 0.54% | - |
| HSV(B) | 291.38º | 0.76% | 0.86% | - |
| XYZ | 36.96 | 19.45 | 69.52 | - |
| YUV | 114.8 | 187.38 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 220 | 0.11 | 0.76 | 0 | 0.14 | 291.38 | 0.7 | 0.54 |
| Hex | C4 | 35 | DC | B | 4C | 0 | E | 123 | 46 | 36 |
| Octal | 304 | 65 | 334 | 13 | 114 | 0 | 16 | 443 | 106 | 66 |
| Binary | 11000100 | 110101 | 11011100 | 1011 | 1001100 | 0 | 1110 | 100100011 | 1000110 | 110110 |
Color Harmonies of #C435DC
Complementary color
Monochromatic Colors of #C435DC
Black with #C435DC
Text Example
Text Example
White with #C435DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C435DC; }
p { color: rgb(196,53,220); }
H1.HeaderClassName
{
color: #C435DC;
}
.AnyTagClassName
{
color: #C435DC;
}
</style>
background-color css
<style>
a { background-color: #C435DC; }
a { background-color: rgb(196,53,220); }
div.DivClassName
{
background-color: #C435DC;
}
.BgClassName
{
background-color: #C435DC;
}
</style>
border-color css
<style>
span { border-color: #C435DC; }
span { border-color: rgb(196,53,220); }
td.TdClassName
{
border-color: #C435DC;
}
.TagClassName
{
border-color: #C435DC;
}
</style>