Shades of Medium Orchid #C159DA
Tints of Medium Orchid #C159DA
RGB
CMYK
RGB Variations
Color information
#C159DA (or 0xC159DA) is known color: Medium Orchid. HEX triplet: C1, 59 and DA. RGB value is (193,89,218). Sum of RGB (Red+Green+Blue) = 193+89+218=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #C159DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C159DA is #3EA625. Grayscale: #868686. Windows color (decimal): -4105766 or 14309825. OLE color: 14309825.
HSL color Cylindrical-coordinate representation of color #C159DA: hue angle of 288.37º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C159DA is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 89 | 218 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.15 |
| HSL | 288.37º | 0.64% | 0.6% | - |
| HSV(B) | 288.37º | 0.59% | 0.85% | - |
| XYZ | 38.22 | 23.54 | 68.86 | - |
| YUV | 134.8 | 174.96 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 218 | 0.11 | 0.59 | 0 | 0.15 | 288.37 | 0.64 | 0.6 |
| Hex | C1 | 59 | DA | B | 3B | 0 | F | 120 | 40 | 3C |
| Octal | 301 | 131 | 332 | 13 | 73 | 0 | 17 | 440 | 100 | 74 |
| Binary | 11000001 | 1011001 | 11011010 | 1011 | 111011 | 0 | 1111 | 100100000 | 1000000 | 111100 |
Color Harmonies of #C159DA
Complementary color
Monochromatic Colors of #C159DA
Black with #C159DA
Text Example
Text Example
White with #C159DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C159DA; }
p { color: rgb(193,89,218); }
H1.HeaderClassName
{
color: #C159DA;
}
.AnyTagClassName
{
color: #C159DA;
}
</style>
background-color css
<style>
a { background-color: #C159DA; }
a { background-color: rgb(193,89,218); }
div.DivClassName
{
background-color: #C159DA;
}
.BgClassName
{
background-color: #C159DA;
}
</style>
border-color css
<style>
span { border-color: #C159DA; }
span { border-color: rgb(193,89,218); }
td.TdClassName
{
border-color: #C159DA;
}
.TagClassName
{
border-color: #C159DA;
}
</style>