Shades of Medium Orchid #C159DC
Tints of Medium Orchid #C159DC
RGB
CMYK
RGB Variations
Color information
#C159DC (or 0xC159DC) is known color: Medium Orchid. HEX triplet: C1, 59 and DC. RGB value is (193,89,220). Sum of RGB (Red+Green+Blue) = 193+89+220=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 89 (35.16% from 255 or 17.73% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #C159DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C159DC is #3EA623. Grayscale: #868686. Windows color (decimal): -4105764 or 14440897. OLE color: 14440897.
HSL color Cylindrical-coordinate representation of color #C159DC: hue angle of 287.63º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C159DC is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 89 | 220 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.14 |
| HSL | 287.63º | 0.65% | 0.61% | - |
| HSV(B) | 287.63º | 0.6% | 0.86% | - |
| XYZ | 38.48 | 23.65 | 70.25 | - |
| YUV | 135.03 | 175.96 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 220 | 0.12 | 0.60 | 0 | 0.14 | 287.63 | 0.65 | 0.61 |
| Hex | C1 | 59 | DC | C | 3C | 0 | E | 120 | 41 | 3D |
| Octal | 301 | 131 | 334 | 14 | 74 | 0 | 16 | 440 | 101 | 75 |
| Binary | 11000001 | 1011001 | 11011100 | 1100 | 111100 | 0 | 1110 | 100100000 | 1000001 | 111101 |
Color Harmonies of #C159DC
Complementary color
Monochromatic Colors of #C159DC
Black with #C159DC
Text Example
Text Example
White with #C159DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C159DC; }
p { color: rgb(193,89,220); }
H1.HeaderClassName
{
color: #C159DC;
}
.AnyTagClassName
{
color: #C159DC;
}
</style>
background-color css
<style>
a { background-color: #C159DC; }
a { background-color: rgb(193,89,220); }
div.DivClassName
{
background-color: #C159DC;
}
.BgClassName
{
background-color: #C159DC;
}
</style>
border-color css
<style>
span { border-color: #C159DC; }
span { border-color: rgb(193,89,220); }
td.TdClassName
{
border-color: #C159DC;
}
.TagClassName
{
border-color: #C159DC;
}
</style>