Shades of Medium Orchid #C435DD
Tints of Medium Orchid #C435DD
RGB
CMYK
RGB Variations
Color information
#C435DD (or 0xC435DD) is known color: Medium Orchid. HEX triplet: C4, 35 and DD. RGB value is (196,53,221). Sum of RGB (Red+Green+Blue) = 196+53+221=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 53 (21.09% from 255 or 11.28% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #C435DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C435DD is #3BCA22. Grayscale: #727272. Windows color (decimal): -3918371 or 14497220. OLE color: 14497220.
HSL color Cylindrical-coordinate representation of color #C435DD: hue angle of 291.07º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C435DD is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 53 | 221 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.13 |
| HSL | 291.07º | 0.71% | 0.54% | - |
| HSV(B) | 291.07º | 0.76% | 0.87% | - |
| XYZ | 37.09 | 19.5 | 70.22 | - |
| YUV | 114.91 | 187.88 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 221 | 0.11 | 0.76 | 0 | 0.13 | 291.07 | 0.71 | 0.54 |
| Hex | C4 | 35 | DD | B | 4C | 0 | D | 123 | 47 | 36 |
| Octal | 304 | 65 | 335 | 13 | 114 | 0 | 15 | 443 | 107 | 66 |
| Binary | 11000100 | 110101 | 11011101 | 1011 | 1001100 | 0 | 1101 | 100100011 | 1000111 | 110110 |
Color Harmonies of #C435DD
Complementary color
Monochromatic Colors of #C435DD
Black with #C435DD
Text Example
Text Example
White with #C435DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C435DD; }
p { color: rgb(196,53,221); }
H1.HeaderClassName
{
color: #C435DD;
}
.AnyTagClassName
{
color: #C435DD;
}
</style>
background-color css
<style>
a { background-color: #C435DD; }
a { background-color: rgb(196,53,221); }
div.DivClassName
{
background-color: #C435DD;
}
.BgClassName
{
background-color: #C435DD;
}
</style>
border-color css
<style>
span { border-color: #C435DD; }
span { border-color: rgb(196,53,221); }
td.TdClassName
{
border-color: #C435DD;
}
.TagClassName
{
border-color: #C435DD;
}
</style>