Shades of Medium Orchid #C157EE
Tints of Medium Orchid #C157EE
RGB
CMYK
RGB Variations
Color information
#C157EE (or 0xC157EE) is known color: Medium Orchid. HEX triplet: C1, 57 and EE. RGB value is (193,87,238). Sum of RGB (Red+Green+Blue) = 193+87+238=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 87 (34.38% from 255 or 16.80% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #C157EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C157EE is #3EA811. Grayscale: #878787. Windows color (decimal): -4106258 or 15620033. OLE color: 15620033.
HSL color Cylindrical-coordinate representation of color #C157EE: hue angle of 282.12º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C157EE is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 87 | 238 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.07 |
| HSL | 282.12º | 0.82% | 0.64% | - |
| HSV(B) | 282.12º | 0.63% | 0.93% | - |
| XYZ | 40.83 | 24.33 | 83.43 | - |
| YUV | 135.91 | 185.62 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 87 | 238 | 0.19 | 0.63 | 0 | 0.07 | 282.12 | 0.82 | 0.64 |
| Hex | C1 | 57 | EE | 13 | 3F | 0 | 7 | 11A | 52 | 40 |
| Octal | 301 | 127 | 356 | 23 | 77 | 0 | 7 | 432 | 122 | 100 |
| Binary | 11000001 | 1010111 | 11101110 | 10011 | 111111 | 0 | 111 | 100011010 | 1010010 | 1000000 |
Color Harmonies of #C157EE
Complementary color
Monochromatic Colors of #C157EE
Black with #C157EE
Text Example
Text Example
White with #C157EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C157EE; }
p { color: rgb(193,87,238); }
H1.HeaderClassName
{
color: #C157EE;
}
.AnyTagClassName
{
color: #C157EE;
}
</style>
background-color css
<style>
a { background-color: #C157EE; }
a { background-color: rgb(193,87,238); }
div.DivClassName
{
background-color: #C157EE;
}
.BgClassName
{
background-color: #C157EE;
}
</style>
border-color css
<style>
span { border-color: #C157EE; }
span { border-color: rgb(193,87,238); }
td.TdClassName
{
border-color: #C157EE;
}
.TagClassName
{
border-color: #C157EE;
}
</style>