Shades of Medium Orchid #C159D0
Tints of Medium Orchid #C159D0
RGB
CMYK
RGB Variations
Color information
#C159D0 (or 0xC159D0) is known color: Medium Orchid. HEX triplet: C1, 59 and D0. RGB value is (193,89,208). Sum of RGB (Red+Green+Blue) = 193+89+208=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 89 (35.16% from 255 or 18.16% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 208 - color contains mainly: blue. Hex color #C159D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C159D0 is #3EA62F. Grayscale: #858585. Windows color (decimal): -4105776 or 13654465. OLE color: 13654465.
HSL color Cylindrical-coordinate representation of color #C159D0: hue angle of 292.44º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C159D0 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 89 | 208 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.18 |
| HSL | 292.44º | 0.56% | 0.58% | - |
| HSV(B) | 292.44º | 0.57% | 0.82% | - |
| XYZ | 36.95 | 23.04 | 62.17 | - |
| YUV | 133.66 | 169.96 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 208 | 0.07 | 0.57 | 0 | 0.18 | 292.44 | 0.56 | 0.58 |
| Hex | C1 | 59 | D0 | 7 | 39 | 0 | 12 | 124 | 38 | 3A |
| Octal | 301 | 131 | 320 | 7 | 71 | 0 | 22 | 444 | 70 | 72 |
| Binary | 11000001 | 1011001 | 11010000 | 111 | 111001 | 0 | 10010 | 100100100 | 111000 | 111010 |
Color Harmonies of #C159D0
Complementary color
Monochromatic Colors of #C159D0
Black with #C159D0
Text Example
Text Example
White with #C159D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C159D0; }
p { color: rgb(193,89,208); }
H1.HeaderClassName
{
color: #C159D0;
}
.AnyTagClassName
{
color: #C159D0;
}
</style>
background-color css
<style>
a { background-color: #C159D0; }
a { background-color: rgb(193,89,208); }
div.DivClassName
{
background-color: #C159D0;
}
.BgClassName
{
background-color: #C159D0;
}
</style>
border-color css
<style>
span { border-color: #C159D0; }
span { border-color: rgb(193,89,208); }
td.TdClassName
{
border-color: #C159D0;
}
.TagClassName
{
border-color: #C159D0;
}
</style>