Shades of Medium Orchid #C158EE
Tints of Medium Orchid #C158EE
RGB
CMYK
RGB Variations
Color information
#C158EE (or 0xC158EE) is known color: Medium Orchid. HEX triplet: C1, 58 and EE. RGB value is (193,88,238). Sum of RGB (Red+Green+Blue) = 193+88+238=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 88 (34.77% from 255 or 16.96% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #C158EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C158EE is #3EA711. Grayscale: #888888. Windows color (decimal): -4106002 or 15620289. OLE color: 15620289.
HSL color Cylindrical-coordinate representation of color #C158EE: hue angle of 282º 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 #C158EE is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 88 | 238 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.07 |
| HSL | 282º | 0.82% | 0.64% | - |
| HSV(B) | 282º | 0.63% | 0.93% | - |
| XYZ | 40.91 | 24.49 | 83.46 | - |
| YUV | 136.5 | 185.29 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 238 | 0.19 | 0.63 | 0 | 0.07 | 282 | 0.82 | 0.64 |
| Hex | C1 | 58 | EE | 13 | 3F | 0 | 7 | 11A | 52 | 40 |
| Octal | 301 | 130 | 356 | 23 | 77 | 0 | 7 | 432 | 122 | 100 |
| Binary | 11000001 | 1011000 | 11101110 | 10011 | 111111 | 0 | 111 | 100011010 | 1010010 | 1000000 |
Color Harmonies of #C158EE
Complementary color
Monochromatic Colors of #C158EE
Black with #C158EE
Text Example
Text Example
White with #C158EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C158EE; }
p { color: rgb(193,88,238); }
H1.HeaderClassName
{
color: #C158EE;
}
.AnyTagClassName
{
color: #C158EE;
}
</style>
background-color css
<style>
a { background-color: #C158EE; }
a { background-color: rgb(193,88,238); }
div.DivClassName
{
background-color: #C158EE;
}
.BgClassName
{
background-color: #C158EE;
}
</style>
border-color css
<style>
span { border-color: #C158EE; }
span { border-color: rgb(193,88,238); }
td.TdClassName
{
border-color: #C158EE;
}
.TagClassName
{
border-color: #C158EE;
}
</style>