Shades of Medium Orchid #C26AEC
Tints of Medium Orchid #C26AEC
RGB
CMYK
RGB Variations
Color information
#C26AEC (or 0xC26AEC) is known color: Medium Orchid. HEX triplet: C2, 6A and EC. RGB value is (194,106,236). Sum of RGB (Red+Green+Blue) = 194+106+236=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 106 (41.80% from 255 or 19.78% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #C26AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26AEC is #3D9513. Grayscale: #929292. Windows color (decimal): -4035860 or 15493826. OLE color: 15493826.
HSL color Cylindrical-coordinate representation of color #C26AEC: hue angle of 280.62º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C26AEC is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 106 | 236 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.07 |
| HSL | 280.62º | 0.77% | 0.67% | - |
| HSV(B) | 280.62º | 0.55% | 0.93% | - |
| XYZ | 42.54 | 27.83 | 82.49 | - |
| YUV | 147.13 | 178.15 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 106 | 236 | 0.18 | 0.55 | 0 | 0.07 | 280.62 | 0.77 | 0.67 |
| Hex | C2 | 6A | EC | 12 | 37 | 0 | 7 | 119 | 4D | 43 |
| Octal | 302 | 152 | 354 | 22 | 67 | 0 | 7 | 431 | 115 | 103 |
| Binary | 11000010 | 1101010 | 11101100 | 10010 | 110111 | 0 | 111 | 100011001 | 1001101 | 1000011 |
Color Harmonies of #C26AEC
Complementary color
Monochromatic Colors of #C26AEC
Black with #C26AEC
Text Example
Text Example
White with #C26AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26AEC; }
p { color: rgb(194,106,236); }
H1.HeaderClassName
{
color: #C26AEC;
}
.AnyTagClassName
{
color: #C26AEC;
}
</style>
background-color css
<style>
a { background-color: #C26AEC; }
a { background-color: rgb(194,106,236); }
div.DivClassName
{
background-color: #C26AEC;
}
.BgClassName
{
background-color: #C26AEC;
}
</style>
border-color css
<style>
span { border-color: #C26AEC; }
span { border-color: rgb(194,106,236); }
td.TdClassName
{
border-color: #C26AEC;
}
.TagClassName
{
border-color: #C26AEC;
}
</style>