Shades of Medium Orchid #C431DF
Tints of Medium Orchid #C431DF
RGB
CMYK
RGB Variations
Color information
#C431DF (or 0xC431DF) is known color: Medium Orchid. HEX triplet: C4, 31 and DF. RGB value is (196,49,223). Sum of RGB (Red+Green+Blue) = 196+49+223=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 49 (19.53% from 255 or 10.47% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #C431DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C431DF is #3BCE20. Grayscale: #707070. Windows color (decimal): -3919393 or 14627268. OLE color: 14627268.
HSL color Cylindrical-coordinate representation of color #C431DF: hue angle of 290.69º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C431DF is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 49 | 223 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.13 |
| HSL | 290.69º | 0.73% | 0.53% | - |
| HSV(B) | 290.69º | 0.78% | 0.87% | - |
| XYZ | 37.18 | 19.26 | 71.57 | - |
| YUV | 112.79 | 190.2 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 223 | 0.12 | 0.78 | 0 | 0.13 | 290.69 | 0.73 | 0.53 |
| Hex | C4 | 31 | DF | C | 4E | 0 | D | 123 | 49 | 35 |
| Octal | 304 | 61 | 337 | 14 | 116 | 0 | 15 | 443 | 111 | 65 |
| Binary | 11000100 | 110001 | 11011111 | 1100 | 1001110 | 0 | 1101 | 100100011 | 1001001 | 110101 |
Color Harmonies of #C431DF
Complementary color
Monochromatic Colors of #C431DF
Black with #C431DF
Text Example
Text Example
White with #C431DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C431DF; }
p { color: rgb(196,49,223); }
H1.HeaderClassName
{
color: #C431DF;
}
.AnyTagClassName
{
color: #C431DF;
}
</style>
background-color css
<style>
a { background-color: #C431DF; }
a { background-color: rgb(196,49,223); }
div.DivClassName
{
background-color: #C431DF;
}
.BgClassName
{
background-color: #C431DF;
}
</style>
border-color css
<style>
span { border-color: #C431DF; }
span { border-color: rgb(196,49,223); }
td.TdClassName
{
border-color: #C431DF;
}
.TagClassName
{
border-color: #C431DF;
}
</style>