Shades of Medium Orchid #C158EF
Tints of Medium Orchid #C158EF
RGB
CMYK
RGB Variations
Color information
#C158EF (or 0xC158EF) is known color: Medium Orchid. HEX triplet: C1, 58 and EF. RGB value is (193,88,239). Sum of RGB (Red+Green+Blue) = 193+88+239=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 88 (34.77% from 255 or 16.92% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #C158EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C158EF is #3EA710. Grayscale: #888888. Windows color (decimal): -4106001 or 15685825. OLE color: 15685825.
HSL color Cylindrical-coordinate representation of color #C158EF: hue angle of 281.72º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C158EF is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 88 | 239 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.06 |
| HSL | 281.72º | 0.83% | 0.64% | - |
| HSV(B) | 281.72º | 0.63% | 0.94% | - |
| XYZ | 41.06 | 24.55 | 84.24 | - |
| YUV | 136.61 | 185.79 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 239 | 0.19 | 0.63 | 0 | 0.06 | 281.72 | 0.83 | 0.64 |
| Hex | C1 | 58 | EF | 13 | 3F | 0 | 6 | 11A | 53 | 40 |
| Octal | 301 | 130 | 357 | 23 | 77 | 0 | 6 | 432 | 123 | 100 |
| Binary | 11000001 | 1011000 | 11101111 | 10011 | 111111 | 0 | 110 | 100011010 | 1010011 | 1000000 |
Color Harmonies of #C158EF
Complementary color
Monochromatic Colors of #C158EF
Black with #C158EF
Text Example
Text Example
White with #C158EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C158EF; }
p { color: rgb(193,88,239); }
H1.HeaderClassName
{
color: #C158EF;
}
.AnyTagClassName
{
color: #C158EF;
}
</style>
background-color css
<style>
a { background-color: #C158EF; }
a { background-color: rgb(193,88,239); }
div.DivClassName
{
background-color: #C158EF;
}
.BgClassName
{
background-color: #C158EF;
}
</style>
border-color css
<style>
span { border-color: #C158EF; }
span { border-color: rgb(193,88,239); }
td.TdClassName
{
border-color: #C158EF;
}
.TagClassName
{
border-color: #C158EF;
}
</style>