Shades of Medium Orchid #C139DB
Tints of Medium Orchid #C139DB
RGB
CMYK
RGB Variations
Color information
#C139DB (or 0xC139DB) is known color: Medium Orchid. HEX triplet: C1, 39 and DB. RGB value is (193,57,219). Sum of RGB (Red+Green+Blue) = 193+57+219=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 57 (22.66% from 255 or 12.15% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #C139DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C139DB is #3EC624. Grayscale: #737373. Windows color (decimal): -4113957 or 14367169. OLE color: 14367169.
HSL color Cylindrical-coordinate representation of color #C139DB: hue angle of 290.37º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C139DB is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 57 | 219 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.14 |
| HSL | 290.37º | 0.69% | 0.54% | - |
| HSV(B) | 290.37º | 0.74% | 0.86% | - |
| XYZ | 36.24 | 19.38 | 68.85 | - |
| YUV | 116.13 | 186.06 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 219 | 0.12 | 0.74 | 0 | 0.14 | 290.37 | 0.69 | 0.54 |
| Hex | C1 | 39 | DB | C | 4A | 0 | E | 122 | 45 | 36 |
| Octal | 301 | 71 | 333 | 14 | 112 | 0 | 16 | 442 | 105 | 66 |
| Binary | 11000001 | 111001 | 11011011 | 1100 | 1001010 | 0 | 1110 | 100100010 | 1000101 | 110110 |
Color Harmonies of #C139DB
Complementary color
Monochromatic Colors of #C139DB
Black with #C139DB
Text Example
Text Example
White with #C139DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C139DB; }
p { color: rgb(193,57,219); }
H1.HeaderClassName
{
color: #C139DB;
}
.AnyTagClassName
{
color: #C139DB;
}
</style>
background-color css
<style>
a { background-color: #C139DB; }
a { background-color: rgb(193,57,219); }
div.DivClassName
{
background-color: #C139DB;
}
.BgClassName
{
background-color: #C139DB;
}
</style>
border-color css
<style>
span { border-color: #C139DB; }
span { border-color: rgb(193,57,219); }
td.TdClassName
{
border-color: #C139DB;
}
.TagClassName
{
border-color: #C139DB;
}
</style>