Shades of Medium Orchid #C231E5
Tints of Medium Orchid #C231E5
RGB
CMYK
RGB Variations
Color information
#C231E5 (or 0xC231E5) is known color: Medium Orchid. HEX triplet: C2, 31 and E5. RGB value is (194,49,229). Sum of RGB (Red+Green+Blue) = 194+49+229=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 49 (19.53% from 255 or 10.38% from 472); Blue value is 229 (89.84% from 255 or 48.52% from 472); Max value from RGB is 229 - color contains mainly: blue. Hex color #C231E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C231E5 is #3DCE1A. Grayscale: #707070. Windows color (decimal): -4050459 or 15020482. OLE color: 15020482.
HSL color Cylindrical-coordinate representation of color #C231E5: hue angle of 288.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C231E5 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 49 | 229 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.10 |
| HSL | 288.33º | 0.78% | 0.55% | - |
| HSV(B) | 288.33º | 0.79% | 0.9% | - |
| XYZ | 37.49 | 19.32 | 75.88 | - |
| YUV | 112.88 | 193.54 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 229 | 0.15 | 0.79 | 0 | 0.10 | 288.33 | 0.78 | 0.55 |
| Hex | C2 | 31 | E5 | F | 4F | 0 | A | 120 | 4E | 37 |
| Octal | 302 | 61 | 345 | 17 | 117 | 0 | 12 | 440 | 116 | 67 |
| Binary | 11000010 | 110001 | 11100101 | 1111 | 1001111 | 0 | 1010 | 100100000 | 1001110 | 110111 |
Color Harmonies of #C231E5
Complementary color
Monochromatic Colors of #C231E5
Black with #C231E5
Text Example
Text Example
White with #C231E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C231E5; }
p { color: rgb(194,49,229); }
H1.HeaderClassName
{
color: #C231E5;
}
.AnyTagClassName
{
color: #C231E5;
}
</style>
background-color css
<style>
a { background-color: #C231E5; }
a { background-color: rgb(194,49,229); }
div.DivClassName
{
background-color: #C231E5;
}
.BgClassName
{
background-color: #C231E5;
}
</style>
border-color css
<style>
span { border-color: #C231E5; }
span { border-color: rgb(194,49,229); }
td.TdClassName
{
border-color: #C231E5;
}
.TagClassName
{
border-color: #C231E5;
}
</style>