Shades of Medium Orchid #C13EDB
Tints of Medium Orchid #C13EDB
RGB
CMYK
RGB Variations
Color information
#C13EDB (or 0xC13EDB) is known color: Medium Orchid. HEX triplet: C1, 3E and DB. RGB value is (193,62,219). Sum of RGB (Red+Green+Blue) = 193+62+219=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 62 (24.61% from 255 or 13.08% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #C13EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13EDB is #3EC124. Grayscale: #767676. Windows color (decimal): -4112677 or 14368449. OLE color: 14368449.
HSL color Cylindrical-coordinate representation of color #C13EDB: hue angle of 290.06º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C13EDB is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 62 | 219 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.14 |
| HSL | 290.06º | 0.69% | 0.55% | - |
| HSV(B) | 290.06º | 0.72% | 0.86% | - |
| XYZ | 36.5 | 19.9 | 68.93 | - |
| YUV | 119.07 | 184.4 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 219 | 0.12 | 0.72 | 0 | 0.14 | 290.06 | 0.69 | 0.55 |
| Hex | C1 | 3E | DB | C | 48 | 0 | E | 122 | 45 | 37 |
| Octal | 301 | 76 | 333 | 14 | 110 | 0 | 16 | 442 | 105 | 67 |
| Binary | 11000001 | 111110 | 11011011 | 1100 | 1001000 | 0 | 1110 | 100100010 | 1000101 | 110111 |
Color Harmonies of #C13EDB
Complementary color
Monochromatic Colors of #C13EDB
Black with #C13EDB
Text Example
Text Example
White with #C13EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13EDB; }
p { color: rgb(193,62,219); }
H1.HeaderClassName
{
color: #C13EDB;
}
.AnyTagClassName
{
color: #C13EDB;
}
</style>
background-color css
<style>
a { background-color: #C13EDB; }
a { background-color: rgb(193,62,219); }
div.DivClassName
{
background-color: #C13EDB;
}
.BgClassName
{
background-color: #C13EDB;
}
</style>
border-color css
<style>
span { border-color: #C13EDB; }
span { border-color: rgb(193,62,219); }
td.TdClassName
{
border-color: #C13EDB;
}
.TagClassName
{
border-color: #C13EDB;
}
</style>