Shades of Medium Orchid #C158CF
Tints of Medium Orchid #C158CF
RGB
CMYK
RGB Variations
Color information
#C158CF (or 0xC158CF) is known color: Medium Orchid. HEX triplet: C1, 58 and CF. RGB value is (193,88,207). Sum of RGB (Red+Green+Blue) = 193+88+207=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #C158CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C158CF is #3EA730. Grayscale: #848484. Windows color (decimal): -4106033 or 13588673. OLE color: 13588673.
HSL color Cylindrical-coordinate representation of color #C158CF: hue angle of 292.94º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C158CF is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 88 | 207 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.19 |
| HSL | 292.94º | 0.55% | 0.58% | - |
| HSV(B) | 292.94º | 0.57% | 0.81% | - |
| XYZ | 36.74 | 22.82 | 61.5 | - |
| YUV | 132.96 | 169.79 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 207 | 0.07 | 0.57 | 0 | 0.19 | 292.94 | 0.55 | 0.58 |
| Hex | C1 | 58 | CF | 7 | 39 | 0 | 13 | 125 | 37 | 3A |
| Octal | 301 | 130 | 317 | 7 | 71 | 0 | 23 | 445 | 67 | 72 |
| Binary | 11000001 | 1011000 | 11001111 | 111 | 111001 | 0 | 10011 | 100100101 | 110111 | 111010 |
Color Harmonies of #C158CF
Complementary color
Monochromatic Colors of #C158CF
Black with #C158CF
Text Example
Text Example
White with #C158CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C158CF; }
p { color: rgb(193,88,207); }
H1.HeaderClassName
{
color: #C158CF;
}
.AnyTagClassName
{
color: #C158CF;
}
</style>
background-color css
<style>
a { background-color: #C158CF; }
a { background-color: rgb(193,88,207); }
div.DivClassName
{
background-color: #C158CF;
}
.BgClassName
{
background-color: #C158CF;
}
</style>
border-color css
<style>
span { border-color: #C158CF; }
span { border-color: rgb(193,88,207); }
td.TdClassName
{
border-color: #C158CF;
}
.TagClassName
{
border-color: #C158CF;
}
</style>