Shades of Medium Orchid #C231EB
Tints of Medium Orchid #C231EB
RGB
CMYK
RGB Variations
Color information
#C231EB (or 0xC231EB) is known color: Medium Orchid. HEX triplet: C2, 31 and EB. RGB value is (194,49,235). Sum of RGB (Red+Green+Blue) = 194+49+235=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 49 (19.53% from 255 or 10.25% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #C231EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C231EB is #3DCE14. Grayscale: #707070. Windows color (decimal): -4050453 or 15413698. OLE color: 15413698.
HSL color Cylindrical-coordinate representation of color #C231EB: hue angle of 286.77º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C231EB is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 49 | 235 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.08 |
| HSL | 286.77º | 0.82% | 0.56% | - |
| HSV(B) | 286.77º | 0.79% | 0.92% | - |
| XYZ | 38.34 | 19.66 | 80.37 | - |
| YUV | 113.56 | 196.54 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 235 | 0.17 | 0.79 | 0 | 0.08 | 286.77 | 0.82 | 0.56 |
| Hex | C2 | 31 | EB | 11 | 4F | 0 | 8 | 11F | 52 | 38 |
| Octal | 302 | 61 | 353 | 21 | 117 | 0 | 10 | 437 | 122 | 70 |
| Binary | 11000010 | 110001 | 11101011 | 10001 | 1001111 | 0 | 1000 | 100011111 | 1010010 | 111000 |
Color Harmonies of #C231EB
Complementary color
Monochromatic Colors of #C231EB
Black with #C231EB
Text Example
Text Example
White with #C231EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C231EB; }
p { color: rgb(194,49,235); }
H1.HeaderClassName
{
color: #C231EB;
}
.AnyTagClassName
{
color: #C231EB;
}
</style>
background-color css
<style>
a { background-color: #C231EB; }
a { background-color: rgb(194,49,235); }
div.DivClassName
{
background-color: #C231EB;
}
.BgClassName
{
background-color: #C231EB;
}
</style>
border-color css
<style>
span { border-color: #C231EB; }
span { border-color: rgb(194,49,235); }
td.TdClassName
{
border-color: #C231EB;
}
.TagClassName
{
border-color: #C231EB;
}
</style>