Shades of Medium Orchid #C231E4
Tints of Medium Orchid #C231E4
RGB
CMYK
RGB Variations
Color information
#C231E4 (or 0xC231E4) is known color: Medium Orchid. HEX triplet: C2, 31 and E4. RGB value is (194,49,228). Sum of RGB (Red+Green+Blue) = 194+49+228=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 49 (19.53% from 255 or 10.40% from 471); Blue value is 228 (89.45% from 255 or 48.41% from 471); Max value from RGB is 228 - color contains mainly: blue. Hex color #C231E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C231E4 is #3DCE1B. Grayscale: #707070. Windows color (decimal): -4050460 or 14954946. OLE color: 14954946.
HSL color Cylindrical-coordinate representation of color #C231E4: hue angle of 288.6º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C231E4 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 49 | 228 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.11 |
| HSL | 288.6º | 0.77% | 0.54% | - |
| HSV(B) | 288.6º | 0.79% | 0.89% | - |
| XYZ | 37.35 | 19.27 | 75.15 | - |
| YUV | 112.76 | 193.04 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 228 | 0.15 | 0.79 | 0 | 0.11 | 288.6 | 0.77 | 0.54 |
| Hex | C2 | 31 | E4 | F | 4F | 0 | B | 121 | 4D | 36 |
| Octal | 302 | 61 | 344 | 17 | 117 | 0 | 13 | 441 | 115 | 66 |
| Binary | 11000010 | 110001 | 11100100 | 1111 | 1001111 | 0 | 1011 | 100100001 | 1001101 | 110110 |
Color Harmonies of #C231E4
Complementary color
Monochromatic Colors of #C231E4
Black with #C231E4
Text Example
Text Example
White with #C231E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C231E4; }
p { color: rgb(194,49,228); }
H1.HeaderClassName
{
color: #C231E4;
}
.AnyTagClassName
{
color: #C231E4;
}
</style>
background-color css
<style>
a { background-color: #C231E4; }
a { background-color: rgb(194,49,228); }
div.DivClassName
{
background-color: #C231E4;
}
.BgClassName
{
background-color: #C231E4;
}
</style>
border-color css
<style>
span { border-color: #C231E4; }
span { border-color: rgb(194,49,228); }
td.TdClassName
{
border-color: #C231E4;
}
.TagClassName
{
border-color: #C231E4;
}
</style>