Shades of Medium Orchid #C158DC
Tints of Medium Orchid #C158DC
RGB
CMYK
RGB Variations
Color information
#C158DC (or 0xC158DC) is known color: Medium Orchid. HEX triplet: C1, 58 and DC. RGB value is (193,88,220). Sum of RGB (Red+Green+Blue) = 193+88+220=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 88 (34.77% from 255 or 17.56% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #C158DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C158DC is #3EA723. Grayscale: #868686. Windows color (decimal): -4106020 or 14440641. OLE color: 14440641.
HSL color Cylindrical-coordinate representation of color #C158DC: hue angle of 287.73º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C158DC is Cyan = 0.12, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 88 | 220 | - |
| CMYK | 0.12 | 0.6 | 0 | 0.14 |
| HSL | 287.73º | 0.65% | 0.6% | - |
| HSV(B) | 287.73º | 0.6% | 0.86% | - |
| XYZ | 38.4 | 23.48 | 70.22 | - |
| YUV | 134.44 | 176.29 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 220 | 0.12 | 0.6 | 0 | 0.14 | 287.73 | 0.65 | 0.6 |
| Hex | C1 | 58 | DC | C | 3C | 0 | E | 120 | 41 | 3C |
| Octal | 301 | 130 | 334 | 14 | 74 | 0 | 16 | 440 | 101 | 74 |
| Binary | 11000001 | 1011000 | 11011100 | 1100 | 111100 | 0 | 1110 | 100100000 | 1000001 | 111100 |
Color Harmonies of #C158DC
Complementary color
Monochromatic Colors of #C158DC
Black with #C158DC
Text Example
Text Example
White with #C158DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C158DC; }
p { color: rgb(193,88,220); }
H1.HeaderClassName
{
color: #C158DC;
}
.AnyTagClassName
{
color: #C158DC;
}
</style>
background-color css
<style>
a { background-color: #C158DC; }
a { background-color: rgb(193,88,220); }
div.DivClassName
{
background-color: #C158DC;
}
.BgClassName
{
background-color: #C158DC;
}
</style>
border-color css
<style>
span { border-color: #C158DC; }
span { border-color: rgb(193,88,220); }
td.TdClassName
{
border-color: #C158DC;
}
.TagClassName
{
border-color: #C158DC;
}
</style>