Shades of Medium Orchid #C137DB
Tints of Medium Orchid #C137DB
RGB
CMYK
RGB Variations
Color information
#C137DB (or 0xC137DB) is known color: Medium Orchid. HEX triplet: C1, 37 and DB. RGB value is (193,55,219). Sum of RGB (Red+Green+Blue) = 193+55+219=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 55 (21.88% from 255 or 11.78% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #C137DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C137DB is #3EC824. Grayscale: #727272. Windows color (decimal): -4114469 or 14366657. OLE color: 14366657.
HSL color Cylindrical-coordinate representation of color #C137DB: hue angle of 290.49º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C137DB is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 55 | 219 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.14 |
| HSL | 290.49º | 0.69% | 0.54% | - |
| HSV(B) | 290.49º | 0.75% | 0.86% | - |
| XYZ | 36.14 | 19.18 | 68.82 | - |
| YUV | 114.96 | 186.72 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 219 | 0.12 | 0.75 | 0 | 0.14 | 290.49 | 0.69 | 0.54 |
| Hex | C1 | 37 | DB | C | 4B | 0 | E | 122 | 45 | 36 |
| Octal | 301 | 67 | 333 | 14 | 113 | 0 | 16 | 442 | 105 | 66 |
| Binary | 11000001 | 110111 | 11011011 | 1100 | 1001011 | 0 | 1110 | 100100010 | 1000101 | 110110 |
Color Harmonies of #C137DB
Complementary color
Monochromatic Colors of #C137DB
Black with #C137DB
Text Example
Text Example
White with #C137DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C137DB; }
p { color: rgb(193,55,219); }
H1.HeaderClassName
{
color: #C137DB;
}
.AnyTagClassName
{
color: #C137DB;
}
</style>
background-color css
<style>
a { background-color: #C137DB; }
a { background-color: rgb(193,55,219); }
div.DivClassName
{
background-color: #C137DB;
}
.BgClassName
{
background-color: #C137DB;
}
</style>
border-color css
<style>
span { border-color: #C137DB; }
span { border-color: rgb(193,55,219); }
td.TdClassName
{
border-color: #C137DB;
}
.TagClassName
{
border-color: #C137DB;
}
</style>