Shades of Medium Orchid #C26ED5
Tints of Medium Orchid #C26ED5
RGB
CMYK
RGB Variations
Color information
#C26ED5 (or 0xC26ED5) is known color: Medium Orchid. HEX triplet: C2, 6E and D5. RGB value is (194,110,213). Sum of RGB (Red+Green+Blue) = 194+110+213=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 213 - color contains mainly: blue. Hex color #C26ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26ED5 is #3D912A. Grayscale: #929292. Windows color (decimal): -4034859 or 13987522. OLE color: 13987522.
HSL color Cylindrical-coordinate representation of color #C26ED5: hue angle of 288.93º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C26ED5 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 110 | 213 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.16 |
| HSL | 288.93º | 0.55% | 0.63% | - |
| HSV(B) | 288.93º | 0.48% | 0.84% | - |
| XYZ | 39.83 | 27.43 | 66.14 | - |
| YUV | 146.86 | 165.33 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 110 | 213 | 0.09 | 0.48 | 0 | 0.16 | 288.93 | 0.55 | 0.63 |
| Hex | C2 | 6E | D5 | 9 | 30 | 0 | 10 | 121 | 37 | 3F |
| Octal | 302 | 156 | 325 | 11 | 60 | 0 | 20 | 441 | 67 | 77 |
| Binary | 11000010 | 1101110 | 11010101 | 1001 | 110000 | 0 | 10000 | 100100001 | 110111 | 111111 |
Color Harmonies of #C26ED5
Complementary color
Monochromatic Colors of #C26ED5
Black with #C26ED5
Text Example
Text Example
White with #C26ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26ED5; }
p { color: rgb(194,110,213); }
H1.HeaderClassName
{
color: #C26ED5;
}
.AnyTagClassName
{
color: #C26ED5;
}
</style>
background-color css
<style>
a { background-color: #C26ED5; }
a { background-color: rgb(194,110,213); }
div.DivClassName
{
background-color: #C26ED5;
}
.BgClassName
{
background-color: #C26ED5;
}
</style>
border-color css
<style>
span { border-color: #C26ED5; }
span { border-color: rgb(194,110,213); }
td.TdClassName
{
border-color: #C26ED5;
}
.TagClassName
{
border-color: #C26ED5;
}
</style>