Shades of Medium Orchid #C13BDB
Tints of Medium Orchid #C13BDB
RGB
CMYK
RGB Variations
Color information
#C13BDB (or 0xC13BDB) is known color: Medium Orchid. HEX triplet: C1, 3B and DB. RGB value is (193,59,219). Sum of RGB (Red+Green+Blue) = 193+59+219=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 59 (23.44% from 255 or 12.53% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #C13BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13BDB is #3EC424. Grayscale: #747474. Windows color (decimal): -4113445 or 14367681. OLE color: 14367681.
HSL color Cylindrical-coordinate representation of color #C13BDB: hue angle of 290.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C13BDB is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 59 | 219 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.14 |
| HSL | 290.25º | 0.69% | 0.55% | - |
| HSV(B) | 290.25º | 0.73% | 0.86% | - |
| XYZ | 36.34 | 19.58 | 68.88 | - |
| YUV | 117.31 | 185.39 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 59 | 219 | 0.12 | 0.73 | 0 | 0.14 | 290.25 | 0.69 | 0.55 |
| Hex | C1 | 3B | DB | C | 49 | 0 | E | 122 | 45 | 37 |
| Octal | 301 | 73 | 333 | 14 | 111 | 0 | 16 | 442 | 105 | 67 |
| Binary | 11000001 | 111011 | 11011011 | 1100 | 1001001 | 0 | 1110 | 100100010 | 1000101 | 110111 |
Color Harmonies of #C13BDB
Complementary color
Monochromatic Colors of #C13BDB
Black with #C13BDB
Text Example
Text Example
White with #C13BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13BDB; }
p { color: rgb(193,59,219); }
H1.HeaderClassName
{
color: #C13BDB;
}
.AnyTagClassName
{
color: #C13BDB;
}
</style>
background-color css
<style>
a { background-color: #C13BDB; }
a { background-color: rgb(193,59,219); }
div.DivClassName
{
background-color: #C13BDB;
}
.BgClassName
{
background-color: #C13BDB;
}
</style>
border-color css
<style>
span { border-color: #C13BDB; }
span { border-color: rgb(193,59,219); }
td.TdClassName
{
border-color: #C13BDB;
}
.TagClassName
{
border-color: #C13BDB;
}
</style>