Shades of Medium Orchid #C26AED
Tints of Medium Orchid #C26AED
RGB
CMYK
RGB Variations
Color information
#C26AED (or 0xC26AED) is known color: Medium Orchid. HEX triplet: C2, 6A and ED. RGB value is (194,106,237). Sum of RGB (Red+Green+Blue) = 194+106+237=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 106 (41.80% from 255 or 19.74% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #C26AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26AED is #3D9512. Grayscale: #929292. Windows color (decimal): -4035859 or 15559362. OLE color: 15559362.
HSL color Cylindrical-coordinate representation of color #C26AED: hue angle of 280.31º degrees, saturation: 0.78, 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 #C26AED is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 106 | 237 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.07 |
| HSL | 280.31º | 0.78% | 0.67% | - |
| HSV(B) | 280.31º | 0.55% | 0.93% | - |
| XYZ | 42.69 | 27.89 | 83.25 | - |
| YUV | 147.25 | 178.65 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 106 | 237 | 0.18 | 0.55 | 0 | 0.07 | 280.31 | 0.78 | 0.67 |
| Hex | C2 | 6A | ED | 12 | 37 | 0 | 7 | 118 | 4E | 43 |
| Octal | 302 | 152 | 355 | 22 | 67 | 0 | 7 | 430 | 116 | 103 |
| Binary | 11000010 | 1101010 | 11101101 | 10010 | 110111 | 0 | 111 | 100011000 | 1001110 | 1000011 |
Color Harmonies of #C26AED
Complementary color
Monochromatic Colors of #C26AED
Black with #C26AED
Text Example
Text Example
White with #C26AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26AED; }
p { color: rgb(194,106,237); }
H1.HeaderClassName
{
color: #C26AED;
}
.AnyTagClassName
{
color: #C26AED;
}
</style>
background-color css
<style>
a { background-color: #C26AED; }
a { background-color: rgb(194,106,237); }
div.DivClassName
{
background-color: #C26AED;
}
.BgClassName
{
background-color: #C26AED;
}
</style>
border-color css
<style>
span { border-color: #C26AED; }
span { border-color: rgb(194,106,237); }
td.TdClassName
{
border-color: #C26AED;
}
.TagClassName
{
border-color: #C26AED;
}
</style>