Shades of Medium Orchid #C26ADB
Tints of Medium Orchid #C26ADB
RGB
CMYK
RGB Variations
Color information
#C26ADB (or 0xC26ADB) is known color: Medium Orchid. HEX triplet: C2, 6A and DB. RGB value is (194,106,219). Sum of RGB (Red+Green+Blue) = 194+106+219=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #C26ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26ADB is #3D9524. Grayscale: #909090. Windows color (decimal): -4035877 or 14379714. OLE color: 14379714.
HSL color Cylindrical-coordinate representation of color #C26ADB: hue angle of 286.73º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C26ADB is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 106 | 219 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.14 |
| HSL | 286.73º | 0.61% | 0.64% | - |
| HSV(B) | 286.73º | 0.52% | 0.86% | - |
| XYZ | 40.19 | 26.89 | 70.09 | - |
| YUV | 145.19 | 169.65 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 106 | 219 | 0.11 | 0.52 | 0 | 0.14 | 286.73 | 0.61 | 0.64 |
| Hex | C2 | 6A | DB | B | 34 | 0 | E | 11F | 3D | 40 |
| Octal | 302 | 152 | 333 | 13 | 64 | 0 | 16 | 437 | 75 | 100 |
| Binary | 11000010 | 1101010 | 11011011 | 1011 | 110100 | 0 | 1110 | 100011111 | 111101 | 1000000 |
Color Harmonies of #C26ADB
Complementary color
Monochromatic Colors of #C26ADB
Black with #C26ADB
Text Example
Text Example
White with #C26ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26ADB; }
p { color: rgb(194,106,219); }
H1.HeaderClassName
{
color: #C26ADB;
}
.AnyTagClassName
{
color: #C26ADB;
}
</style>
background-color css
<style>
a { background-color: #C26ADB; }
a { background-color: rgb(194,106,219); }
div.DivClassName
{
background-color: #C26ADB;
}
.BgClassName
{
background-color: #C26ADB;
}
</style>
border-color css
<style>
span { border-color: #C26ADB; }
span { border-color: rgb(194,106,219); }
td.TdClassName
{
border-color: #C26ADB;
}
.TagClassName
{
border-color: #C26ADB;
}
</style>