Shades of Medium Orchid #C151EA
Tints of Medium Orchid #C151EA
RGB
CMYK
RGB Variations
Color information
#C151EA (or 0xC151EA) is known color: Medium Orchid. HEX triplet: C1, 51 and EA. RGB value is (193,81,234). Sum of RGB (Red+Green+Blue) = 193+81+234=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 81 (32.03% from 255 or 15.94% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #C151EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C151EA is #3EAE15. Grayscale: #838383. Windows color (decimal): -4107798 or 15356353. OLE color: 15356353.
HSL color Cylindrical-coordinate representation of color #C151EA: hue angle of 283.92º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C151EA is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 81 | 234 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.08 |
| HSL | 283.92º | 0.78% | 0.62% | - |
| HSV(B) | 283.92º | 0.65% | 0.92% | - |
| XYZ | 39.79 | 23.16 | 80.22 | - |
| YUV | 131.93 | 185.61 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 234 | 0.18 | 0.65 | 0 | 0.08 | 283.92 | 0.78 | 0.62 |
| Hex | C1 | 51 | EA | 12 | 41 | 0 | 8 | 11C | 4E | 3E |
| Octal | 301 | 121 | 352 | 22 | 101 | 0 | 10 | 434 | 116 | 76 |
| Binary | 11000001 | 1010001 | 11101010 | 10010 | 1000001 | 0 | 1000 | 100011100 | 1001110 | 111110 |
Color Harmonies of #C151EA
Complementary color
Monochromatic Colors of #C151EA
Black with #C151EA
Text Example
Text Example
White with #C151EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C151EA; }
p { color: rgb(193,81,234); }
H1.HeaderClassName
{
color: #C151EA;
}
.AnyTagClassName
{
color: #C151EA;
}
</style>
background-color css
<style>
a { background-color: #C151EA; }
a { background-color: rgb(193,81,234); }
div.DivClassName
{
background-color: #C151EA;
}
.BgClassName
{
background-color: #C151EA;
}
</style>
border-color css
<style>
span { border-color: #C151EA; }
span { border-color: rgb(193,81,234); }
td.TdClassName
{
border-color: #C151EA;
}
.TagClassName
{
border-color: #C151EA;
}
</style>