Shades of Medium Orchid #C435D1
Tints of Medium Orchid #C435D1
RGB
CMYK
RGB Variations
Color information
#C435D1 (or 0xC435D1) is known color: Medium Orchid. HEX triplet: C4, 35 and D1. RGB value is (196,53,209). Sum of RGB (Red+Green+Blue) = 196+53+209=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 53 (21.09% from 255 or 11.57% from 458); Blue value is 209 (82.03% from 255 or 45.63% from 458); Max value from RGB is 209 - color contains mainly: blue. Hex color #C435D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C435D1 is #3BCA2E. Grayscale: #717171. Windows color (decimal): -3918383 or 13710788. OLE color: 13710788.
HSL color Cylindrical-coordinate representation of color #C435D1: hue angle of 295º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C435D1 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 53 | 209 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.18 |
| HSL | 295º | 0.63% | 0.51% | - |
| HSV(B) | 295º | 0.75% | 0.82% | - |
| XYZ | 35.55 | 18.89 | 62.09 | - |
| YUV | 113.54 | 181.88 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 209 | 0.06 | 0.75 | 0 | 0.18 | 295 | 0.63 | 0.51 |
| Hex | C4 | 35 | D1 | 6 | 4B | 0 | 12 | 127 | 3F | 33 |
| Octal | 304 | 65 | 321 | 6 | 113 | 0 | 22 | 447 | 77 | 63 |
| Binary | 11000100 | 110101 | 11010001 | 110 | 1001011 | 0 | 10010 | 100100111 | 111111 | 110011 |
Color Harmonies of #C435D1
Complementary color
Monochromatic Colors of #C435D1
Black with #C435D1
Text Example
Text Example
White with #C435D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C435D1; }
p { color: rgb(196,53,209); }
H1.HeaderClassName
{
color: #C435D1;
}
.AnyTagClassName
{
color: #C435D1;
}
</style>
background-color css
<style>
a { background-color: #C435D1; }
a { background-color: rgb(196,53,209); }
div.DivClassName
{
background-color: #C435D1;
}
.BgClassName
{
background-color: #C435D1;
}
</style>
border-color css
<style>
span { border-color: #C435D1; }
span { border-color: rgb(196,53,209); }
td.TdClassName
{
border-color: #C435D1;
}
.TagClassName
{
border-color: #C435D1;
}
</style>