Shades of Medium Orchid #C154EC
Tints of Medium Orchid #C154EC
RGB
CMYK
RGB Variations
Color information
#C154EC (or 0xC154EC) is known color: Medium Orchid. HEX triplet: C1, 54 and EC. RGB value is (193,84,236). Sum of RGB (Red+Green+Blue) = 193+84+236=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 84 (33.20% from 255 or 16.37% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #C154EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C154EC is #3EAB13. Grayscale: #858585. Windows color (decimal): -4107028 or 15488193. OLE color: 15488193.
HSL color Cylindrical-coordinate representation of color #C154EC: hue angle of 283.03º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C154EC is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 84 | 236 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.07 |
| HSL | 283.03º | 0.8% | 0.63% | - |
| HSV(B) | 283.03º | 0.64% | 0.93% | - |
| XYZ | 40.3 | 23.73 | 81.81 | - |
| YUV | 133.92 | 185.61 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 236 | 0.18 | 0.64 | 0 | 0.07 | 283.03 | 0.8 | 0.63 |
| Hex | C1 | 54 | EC | 12 | 40 | 0 | 7 | 11B | 50 | 3F |
| Octal | 301 | 124 | 354 | 22 | 100 | 0 | 7 | 433 | 120 | 77 |
| Binary | 11000001 | 1010100 | 11101100 | 10010 | 1000000 | 0 | 111 | 100011011 | 1010000 | 111111 |
Color Harmonies of #C154EC
Complementary color
Monochromatic Colors of #C154EC
Black with #C154EC
Text Example
Text Example
White with #C154EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C154EC; }
p { color: rgb(193,84,236); }
H1.HeaderClassName
{
color: #C154EC;
}
.AnyTagClassName
{
color: #C154EC;
}
</style>
background-color css
<style>
a { background-color: #C154EC; }
a { background-color: rgb(193,84,236); }
div.DivClassName
{
background-color: #C154EC;
}
.BgClassName
{
background-color: #C154EC;
}
</style>
border-color css
<style>
span { border-color: #C154EC; }
span { border-color: rgb(193,84,236); }
td.TdClassName
{
border-color: #C154EC;
}
.TagClassName
{
border-color: #C154EC;
}
</style>