Shades of Medium Orchid #C26EDC
Tints of Medium Orchid #C26EDC
RGB
CMYK
RGB Variations
Color information
#C26EDC (or 0xC26EDC) is known color: Medium Orchid. HEX triplet: C2, 6E and DC. RGB value is (194,110,220). Sum of RGB (Red+Green+Blue) = 194+110+220=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #C26EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26EDC is #3D9123. Grayscale: #939393. Windows color (decimal): -4034852 or 14446274. OLE color: 14446274.
HSL color Cylindrical-coordinate representation of color #C26EDC: hue angle of 285.82º degrees, saturation: 0.61, 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 #C26EDC is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 110 | 220 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.14 |
| HSL | 285.82º | 0.61% | 0.65% | - |
| HSV(B) | 285.82º | 0.5% | 0.86% | - |
| XYZ | 40.74 | 27.79 | 70.93 | - |
| YUV | 147.66 | 168.83 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 110 | 220 | 0.12 | 0.50 | 0 | 0.14 | 285.82 | 0.61 | 0.65 |
| Hex | C2 | 6E | DC | C | 32 | 0 | E | 11E | 3D | 41 |
| Octal | 302 | 156 | 334 | 14 | 62 | 0 | 16 | 436 | 75 | 101 |
| Binary | 11000010 | 1101110 | 11011100 | 1100 | 110010 | 0 | 1110 | 100011110 | 111101 | 1000001 |
Color Harmonies of #C26EDC
Complementary color
Monochromatic Colors of #C26EDC
Black with #C26EDC
Text Example
Text Example
White with #C26EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26EDC; }
p { color: rgb(194,110,220); }
H1.HeaderClassName
{
color: #C26EDC;
}
.AnyTagClassName
{
color: #C26EDC;
}
</style>
background-color css
<style>
a { background-color: #C26EDC; }
a { background-color: rgb(194,110,220); }
div.DivClassName
{
background-color: #C26EDC;
}
.BgClassName
{
background-color: #C26EDC;
}
</style>
border-color css
<style>
span { border-color: #C26EDC; }
span { border-color: rgb(194,110,220); }
td.TdClassName
{
border-color: #C26EDC;
}
.TagClassName
{
border-color: #C26EDC;
}
</style>