Shades of Medium Orchid #C26EE4
Tints of Medium Orchid #C26EE4
RGB
CMYK
RGB Variations
Color information
#C26EE4 (or 0xC26EE4) is known color: Medium Orchid. HEX triplet: C2, 6E and E4. RGB value is (194,110,228). Sum of RGB (Red+Green+Blue) = 194+110+228=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 110 (43.36% from 255 or 20.68% from 532); Blue value is 228 (89.45% from 255 or 42.86% from 532); Max value from RGB is 228 - color contains mainly: blue. Hex color #C26EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26EE4 is #3D911B. Grayscale: #949494. Windows color (decimal): -4034844 or 14970562. OLE color: 14970562.
HSL color Cylindrical-coordinate representation of color #C26EE4: hue angle of 282.71º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C26EE4 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 110 | 228 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.11 |
| HSL | 282.71º | 0.69% | 0.66% | - |
| HSV(B) | 282.71º | 0.52% | 0.89% | - |
| XYZ | 41.83 | 28.22 | 76.64 | - |
| YUV | 148.57 | 172.83 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 110 | 228 | 0.15 | 0.52 | 0 | 0.11 | 282.71 | 0.69 | 0.66 |
| Hex | C2 | 6E | E4 | F | 34 | 0 | B | 11B | 45 | 42 |
| Octal | 302 | 156 | 344 | 17 | 64 | 0 | 13 | 433 | 105 | 102 |
| Binary | 11000010 | 1101110 | 11100100 | 1111 | 110100 | 0 | 1011 | 100011011 | 1000101 | 1000010 |
Color Harmonies of #C26EE4
Complementary color
Monochromatic Colors of #C26EE4
Black with #C26EE4
Text Example
Text Example
White with #C26EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26EE4; }
p { color: rgb(194,110,228); }
H1.HeaderClassName
{
color: #C26EE4;
}
.AnyTagClassName
{
color: #C26EE4;
}
</style>
background-color css
<style>
a { background-color: #C26EE4; }
a { background-color: rgb(194,110,228); }
div.DivClassName
{
background-color: #C26EE4;
}
.BgClassName
{
background-color: #C26EE4;
}
</style>
border-color css
<style>
span { border-color: #C26EE4; }
span { border-color: rgb(194,110,228); }
td.TdClassName
{
border-color: #C26EE4;
}
.TagClassName
{
border-color: #C26EE4;
}
</style>