Shades of Medium Orchid #C156DB
Tints of Medium Orchid #C156DB
RGB
CMYK
RGB Variations
Color information
#C156DB (or 0xC156DB) is known color: Medium Orchid. HEX triplet: C1, 56 and DB. RGB value is (193,86,219). Sum of RGB (Red+Green+Blue) = 193+86+219=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 86 (33.98% from 255 or 17.27% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #C156DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C156DB is #3EA924. Grayscale: #848484. Windows color (decimal): -4106533 or 14374593. OLE color: 14374593.
HSL color Cylindrical-coordinate representation of color #C156DB: hue angle of 288.27º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C156DB is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 86 | 219 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.14 |
| HSL | 288.27º | 0.65% | 0.6% | - |
| HSV(B) | 288.27º | 0.61% | 0.86% | - |
| XYZ | 38.11 | 23.11 | 69.47 | - |
| YUV | 133.16 | 176.45 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 219 | 0.12 | 0.61 | 0 | 0.14 | 288.27 | 0.65 | 0.6 |
| Hex | C1 | 56 | DB | C | 3D | 0 | E | 120 | 41 | 3C |
| Octal | 301 | 126 | 333 | 14 | 75 | 0 | 16 | 440 | 101 | 74 |
| Binary | 11000001 | 1010110 | 11011011 | 1100 | 111101 | 0 | 1110 | 100100000 | 1000001 | 111100 |
Color Harmonies of #C156DB
Complementary color
Monochromatic Colors of #C156DB
Black with #C156DB
Text Example
Text Example
White with #C156DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C156DB; }
p { color: rgb(193,86,219); }
H1.HeaderClassName
{
color: #C156DB;
}
.AnyTagClassName
{
color: #C156DB;
}
</style>
background-color css
<style>
a { background-color: #C156DB; }
a { background-color: rgb(193,86,219); }
div.DivClassName
{
background-color: #C156DB;
}
.BgClassName
{
background-color: #C156DB;
}
</style>
border-color css
<style>
span { border-color: #C156DB; }
span { border-color: rgb(193,86,219); }
td.TdClassName
{
border-color: #C156DB;
}
.TagClassName
{
border-color: #C156DB;
}
</style>