Shades of Medium Orchid #C26EE9
Tints of Medium Orchid #C26EE9
RGB
CMYK
RGB Variations
Color information
#C26EE9 (or 0xC26EE9) is known color: Medium Orchid. HEX triplet: C2, 6E and E9. RGB value is (194,110,233). Sum of RGB (Red+Green+Blue) = 194+110+233=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 110 (43.36% from 255 or 20.48% from 537); Blue value is 233 (91.41% from 255 or 43.39% from 537); Max value from RGB is 233 - color contains mainly: blue. Hex color #C26EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26EE9 is #3D9116. Grayscale: #949494. Windows color (decimal): -4034839 or 15298242. OLE color: 15298242.
HSL color Cylindrical-coordinate representation of color #C26EE9: hue angle of 280.98º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C26EE9 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 110 | 233 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.09 |
| HSL | 280.98º | 0.74% | 0.67% | - |
| HSV(B) | 280.98º | 0.53% | 0.91% | - |
| XYZ | 42.53 | 28.5 | 80.35 | - |
| YUV | 149.14 | 175.33 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 110 | 233 | 0.17 | 0.53 | 0 | 0.09 | 280.98 | 0.74 | 0.67 |
| Hex | C2 | 6E | E9 | 11 | 35 | 0 | 9 | 119 | 4A | 43 |
| Octal | 302 | 156 | 351 | 21 | 65 | 0 | 11 | 431 | 112 | 103 |
| Binary | 11000010 | 1101110 | 11101001 | 10001 | 110101 | 0 | 1001 | 100011001 | 1001010 | 1000011 |
Color Harmonies of #C26EE9
Complementary color
Monochromatic Colors of #C26EE9
Black with #C26EE9
Text Example
Text Example
White with #C26EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26EE9; }
p { color: rgb(194,110,233); }
H1.HeaderClassName
{
color: #C26EE9;
}
.AnyTagClassName
{
color: #C26EE9;
}
</style>
background-color css
<style>
a { background-color: #C26EE9; }
a { background-color: rgb(194,110,233); }
div.DivClassName
{
background-color: #C26EE9;
}
.BgClassName
{
background-color: #C26EE9;
}
</style>
border-color css
<style>
span { border-color: #C26EE9; }
span { border-color: rgb(194,110,233); }
td.TdClassName
{
border-color: #C26EE9;
}
.TagClassName
{
border-color: #C26EE9;
}
</style>