Shades of Medium Orchid #C431F3
Tints of Medium Orchid #C431F3
RGB
CMYK
RGB Variations
Color information
#C431F3 (or 0xC431F3) is known color: Medium Orchid. HEX triplet: C4, 31 and F3. RGB value is (196,49,243). Sum of RGB (Red+Green+Blue) = 196+49+243=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 49 (19.53% from 255 or 10.04% from 488); Blue value is 243 (95.31% from 255 or 49.80% from 488); Max value from RGB is 243 - color contains mainly: blue. Hex color #C431F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C431F3 is #3BCE0C. Grayscale: #727272. Windows color (decimal): -3919373 or 15937988. OLE color: 15937988.
HSL color Cylindrical-coordinate representation of color #C431F3: hue angle of 285.46º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C431F3 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 49 | 243 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.05 |
| HSL | 285.46º | 0.89% | 0.57% | - |
| HSV(B) | 285.46º | 0.8% | 0.95% | - |
| XYZ | 40.04 | 20.4 | 86.62 | - |
| YUV | 115.07 | 200.2 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 243 | 0.19 | 0.80 | 0 | 0.05 | 285.46 | 0.89 | 0.57 |
| Hex | C4 | 31 | F3 | 13 | 50 | 0 | 5 | 11D | 59 | 39 |
| Octal | 304 | 61 | 363 | 23 | 120 | 0 | 5 | 435 | 131 | 71 |
| Binary | 11000100 | 110001 | 11110011 | 10011 | 1010000 | 0 | 101 | 100011101 | 1011001 | 111001 |
Color Harmonies of #C431F3
Complementary color
Monochromatic Colors of #C431F3
Black with #C431F3
Text Example
Text Example
White with #C431F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C431F3; }
p { color: rgb(196,49,243); }
H1.HeaderClassName
{
color: #C431F3;
}
.AnyTagClassName
{
color: #C431F3;
}
</style>
background-color css
<style>
a { background-color: #C431F3; }
a { background-color: rgb(196,49,243); }
div.DivClassName
{
background-color: #C431F3;
}
.BgClassName
{
background-color: #C431F3;
}
</style>
border-color css
<style>
span { border-color: #C431F3; }
span { border-color: rgb(196,49,243); }
td.TdClassName
{
border-color: #C431F3;
}
.TagClassName
{
border-color: #C431F3;
}
</style>