Shades of Medium Orchid #C159D5
Tints of Medium Orchid #C159D5
RGB
CMYK
RGB Variations
Color information
#C159D5 (or 0xC159D5) is known color: Medium Orchid. HEX triplet: C1, 59 and D5. RGB value is (193,89,213). Sum of RGB (Red+Green+Blue) = 193+89+213=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 89 (35.16% from 255 or 17.98% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #C159D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C159D5 is #3EA62A. Grayscale: #858585. Windows color (decimal): -4105771 or 13982145. OLE color: 13982145.
HSL color Cylindrical-coordinate representation of color #C159D5: hue angle of 290.32º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C159D5 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 89 | 213 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.16 |
| HSL | 290.32º | 0.6% | 0.59% | - |
| HSV(B) | 290.32º | 0.58% | 0.84% | - |
| XYZ | 37.57 | 23.29 | 65.47 | - |
| YUV | 134.23 | 172.46 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 213 | 0.09 | 0.58 | 0 | 0.16 | 290.32 | 0.6 | 0.59 |
| Hex | C1 | 59 | D5 | 9 | 3A | 0 | 10 | 122 | 3C | 3B |
| Octal | 301 | 131 | 325 | 11 | 72 | 0 | 20 | 442 | 74 | 73 |
| Binary | 11000001 | 1011001 | 11010101 | 1001 | 111010 | 0 | 10000 | 100100010 | 111100 | 111011 |
Color Harmonies of #C159D5
Complementary color
Monochromatic Colors of #C159D5
Black with #C159D5
Text Example
Text Example
White with #C159D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C159D5; }
p { color: rgb(193,89,213); }
H1.HeaderClassName
{
color: #C159D5;
}
.AnyTagClassName
{
color: #C159D5;
}
</style>
background-color css
<style>
a { background-color: #C159D5; }
a { background-color: rgb(193,89,213); }
div.DivClassName
{
background-color: #C159D5;
}
.BgClassName
{
background-color: #C159D5;
}
</style>
border-color css
<style>
span { border-color: #C159D5; }
span { border-color: rgb(193,89,213); }
td.TdClassName
{
border-color: #C159D5;
}
.TagClassName
{
border-color: #C159D5;
}
</style>