Shades of Medium Orchid #C231F1
Tints of Medium Orchid #C231F1
RGB
CMYK
RGB Variations
Color information
#C231F1 (or 0xC231F1) is known color: Medium Orchid. HEX triplet: C2, 31 and F1. RGB value is (194,49,241). Sum of RGB (Red+Green+Blue) = 194+49+241=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 49 (19.53% from 255 or 10.12% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #C231F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C231F1 is #3DCE0E. Grayscale: #717171. Windows color (decimal): -4050447 or 15806914. OLE color: 15806914.
HSL color Cylindrical-coordinate representation of color #C231F1: hue angle of 285.31º degrees, saturation: 0.87, 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 #C231F1 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 49 | 241 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.05 |
| HSL | 285.31º | 0.87% | 0.57% | - |
| HSV(B) | 285.31º | 0.8% | 0.95% | - |
| XYZ | 39.22 | 20.02 | 85.02 | - |
| YUV | 114.24 | 199.54 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 241 | 0.20 | 0.80 | 0 | 0.05 | 285.31 | 0.87 | 0.57 |
| Hex | C2 | 31 | F1 | 14 | 50 | 0 | 5 | 11D | 57 | 39 |
| Octal | 302 | 61 | 361 | 24 | 120 | 0 | 5 | 435 | 127 | 71 |
| Binary | 11000010 | 110001 | 11110001 | 10100 | 1010000 | 0 | 101 | 100011101 | 1010111 | 111001 |
Color Harmonies of #C231F1
Complementary color
Monochromatic Colors of #C231F1
Black with #C231F1
Text Example
Text Example
White with #C231F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C231F1; }
p { color: rgb(194,49,241); }
H1.HeaderClassName
{
color: #C231F1;
}
.AnyTagClassName
{
color: #C231F1;
}
</style>
background-color css
<style>
a { background-color: #C231F1; }
a { background-color: rgb(194,49,241); }
div.DivClassName
{
background-color: #C231F1;
}
.BgClassName
{
background-color: #C231F1;
}
</style>
border-color css
<style>
span { border-color: #C231F1; }
span { border-color: rgb(194,49,241); }
td.TdClassName
{
border-color: #C231F1;
}
.TagClassName
{
border-color: #C231F1;
}
</style>