Shades of Medium Orchid #C26EDB
Tints of Medium Orchid #C26EDB
RGB
CMYK
RGB Variations
Color information
#C26EDB (or 0xC26EDB) is known color: Medium Orchid. HEX triplet: C2, 6E and DB. RGB value is (194,110,219). Sum of RGB (Red+Green+Blue) = 194+110+219=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 110 (43.36% from 255 or 21.03% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #C26EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26EDB is #3D9124. Grayscale: #939393. Windows color (decimal): -4034853 or 14380738. OLE color: 14380738.
HSL color Cylindrical-coordinate representation of color #C26EDB: hue angle of 286.24º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C26EDB is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 110 | 219 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.14 |
| HSL | 286.24º | 0.6% | 0.65% | - |
| HSV(B) | 286.24º | 0.5% | 0.86% | - |
| XYZ | 40.61 | 27.74 | 70.23 | - |
| YUV | 147.54 | 168.33 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 110 | 219 | 0.11 | 0.50 | 0 | 0.14 | 286.24 | 0.6 | 0.65 |
| Hex | C2 | 6E | DB | B | 32 | 0 | E | 11E | 3C | 41 |
| Octal | 302 | 156 | 333 | 13 | 62 | 0 | 16 | 436 | 74 | 101 |
| Binary | 11000010 | 1101110 | 11011011 | 1011 | 110010 | 0 | 1110 | 100011110 | 111100 | 1000001 |
Color Harmonies of #C26EDB
Complementary color
Monochromatic Colors of #C26EDB
Black with #C26EDB
Text Example
Text Example
White with #C26EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26EDB; }
p { color: rgb(194,110,219); }
H1.HeaderClassName
{
color: #C26EDB;
}
.AnyTagClassName
{
color: #C26EDB;
}
</style>
background-color css
<style>
a { background-color: #C26EDB; }
a { background-color: rgb(194,110,219); }
div.DivClassName
{
background-color: #C26EDB;
}
.BgClassName
{
background-color: #C26EDB;
}
</style>
border-color css
<style>
span { border-color: #C26EDB; }
span { border-color: rgb(194,110,219); }
td.TdClassName
{
border-color: #C26EDB;
}
.TagClassName
{
border-color: #C26EDB;
}
</style>