Shades of Medium Orchid #C231EA
Tints of Medium Orchid #C231EA
RGB
CMYK
RGB Variations
Color information
#C231EA (or 0xC231EA) is known color: Medium Orchid. HEX triplet: C2, 31 and EA. RGB value is (194,49,234). Sum of RGB (Red+Green+Blue) = 194+49+234=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 49 (19.53% from 255 or 10.27% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #C231EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C231EA is #3DCE15. Grayscale: #707070. Windows color (decimal): -4050454 or 15348162. OLE color: 15348162.
HSL color Cylindrical-coordinate representation of color #C231EA: hue angle of 287.03º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C231EA is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 49 | 234 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.08 |
| HSL | 287.03º | 0.81% | 0.55% | - |
| HSV(B) | 287.03º | 0.79% | 0.92% | - |
| XYZ | 38.2 | 19.61 | 79.61 | - |
| YUV | 113.45 | 196.04 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 234 | 0.17 | 0.79 | 0 | 0.08 | 287.03 | 0.81 | 0.55 |
| Hex | C2 | 31 | EA | 11 | 4F | 0 | 8 | 11F | 51 | 37 |
| Octal | 302 | 61 | 352 | 21 | 117 | 0 | 10 | 437 | 121 | 67 |
| Binary | 11000010 | 110001 | 11101010 | 10001 | 1001111 | 0 | 1000 | 100011111 | 1010001 | 110111 |
Color Harmonies of #C231EA
Complementary color
Monochromatic Colors of #C231EA
Black with #C231EA
Text Example
Text Example
White with #C231EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C231EA; }
p { color: rgb(194,49,234); }
H1.HeaderClassName
{
color: #C231EA;
}
.AnyTagClassName
{
color: #C231EA;
}
</style>
background-color css
<style>
a { background-color: #C231EA; }
a { background-color: rgb(194,49,234); }
div.DivClassName
{
background-color: #C231EA;
}
.BgClassName
{
background-color: #C231EA;
}
</style>
border-color css
<style>
span { border-color: #C231EA; }
span { border-color: rgb(194,49,234); }
td.TdClassName
{
border-color: #C231EA;
}
.TagClassName
{
border-color: #C231EA;
}
</style>