Shades of Medium Orchid #C431D3
Tints of Medium Orchid #C431D3
RGB
CMYK
RGB Variations
Color information
#C431D3 (or 0xC431D3) is known color: Medium Orchid. HEX triplet: C4, 31 and D3. RGB value is (196,49,211). Sum of RGB (Red+Green+Blue) = 196+49+211=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 49 (19.53% from 255 or 10.75% from 456); Blue value is 211 (82.81% from 255 or 46.27% from 456); Max value from RGB is 211 - color contains mainly: blue. Hex color #C431D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C431D3 is #3BCE2C. Grayscale: #6E6E6E. Windows color (decimal): -3919405 or 13840836. OLE color: 13840836.
HSL color Cylindrical-coordinate representation of color #C431D3: hue angle of 294.44º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C431D3 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 49 | 211 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.17 |
| HSL | 294.44º | 0.65% | 0.51% | - |
| HSV(B) | 294.44º | 0.77% | 0.83% | - |
| XYZ | 35.62 | 18.64 | 63.35 | - |
| YUV | 111.42 | 184.2 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 211 | 0.07 | 0.77 | 0 | 0.17 | 294.44 | 0.65 | 0.51 |
| Hex | C4 | 31 | D3 | 7 | 4D | 0 | 11 | 126 | 41 | 33 |
| Octal | 304 | 61 | 323 | 7 | 115 | 0 | 21 | 446 | 101 | 63 |
| Binary | 11000100 | 110001 | 11010011 | 111 | 1001101 | 0 | 10001 | 100100110 | 1000001 | 110011 |
Color Harmonies of #C431D3
Complementary color
Monochromatic Colors of #C431D3
Black with #C431D3
Text Example
Text Example
White with #C431D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C431D3; }
p { color: rgb(196,49,211); }
H1.HeaderClassName
{
color: #C431D3;
}
.AnyTagClassName
{
color: #C431D3;
}
</style>
background-color css
<style>
a { background-color: #C431D3; }
a { background-color: rgb(196,49,211); }
div.DivClassName
{
background-color: #C431D3;
}
.BgClassName
{
background-color: #C431D3;
}
</style>
border-color css
<style>
span { border-color: #C431D3; }
span { border-color: rgb(196,49,211); }
td.TdClassName
{
border-color: #C431D3;
}
.TagClassName
{
border-color: #C431D3;
}
</style>