Shades of Medium Orchid #C156D9
Tints of Medium Orchid #C156D9
RGB
CMYK
RGB Variations
Color information
#C156D9 (or 0xC156D9) is known color: Medium Orchid. HEX triplet: C1, 56 and D9. RGB value is (193,86,217). Sum of RGB (Red+Green+Blue) = 193+86+217=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 86 (33.98% from 255 or 17.34% from 496); Blue value is 217 (85.16% from 255 or 43.75% from 496); Max value from RGB is 217 - color contains mainly: blue. Hex color #C156D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C156D9 is #3EA926. Grayscale: #848484. Windows color (decimal): -4106535 or 14243521. OLE color: 14243521.
HSL color Cylindrical-coordinate representation of color #C156D9: hue angle of 289.01º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C156D9 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 86 | 217 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.15 |
| HSL | 289.01º | 0.63% | 0.59% | - |
| HSV(B) | 289.01º | 0.6% | 0.85% | - |
| XYZ | 37.84 | 23 | 68.09 | - |
| YUV | 132.93 | 175.45 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 217 | 0.11 | 0.60 | 0 | 0.15 | 289.01 | 0.63 | 0.59 |
| Hex | C1 | 56 | D9 | B | 3C | 0 | F | 121 | 3F | 3B |
| Octal | 301 | 126 | 331 | 13 | 74 | 0 | 17 | 441 | 77 | 73 |
| Binary | 11000001 | 1010110 | 11011001 | 1011 | 111100 | 0 | 1111 | 100100001 | 111111 | 111011 |
Color Harmonies of #C156D9
Complementary color
Monochromatic Colors of #C156D9
Black with #C156D9
Text Example
Text Example
White with #C156D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C156D9; }
p { color: rgb(193,86,217); }
H1.HeaderClassName
{
color: #C156D9;
}
.AnyTagClassName
{
color: #C156D9;
}
</style>
background-color css
<style>
a { background-color: #C156D9; }
a { background-color: rgb(193,86,217); }
div.DivClassName
{
background-color: #C156D9;
}
.BgClassName
{
background-color: #C156D9;
}
</style>
border-color css
<style>
span { border-color: #C156D9; }
span { border-color: rgb(193,86,217); }
td.TdClassName
{
border-color: #C156D9;
}
.TagClassName
{
border-color: #C156D9;
}
</style>