Shades of Medium Orchid #C26DE6
Tints of Medium Orchid #C26DE6
RGB
CMYK
RGB Variations
Color information
#C26DE6 (or 0xC26DE6) is known color: Medium Orchid. HEX triplet: C2, 6D and E6. RGB value is (194,109,230). Sum of RGB (Red+Green+Blue) = 194+109+230=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 230 (90.23% from 255 or 43.15% from 533); Max value from RGB is 230 - color contains mainly: blue. Hex color #C26DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26DE6 is #3D9219. Grayscale: #939393. Windows color (decimal): -4035098 or 15101378. OLE color: 15101378.
HSL color Cylindrical-coordinate representation of color #C26DE6: hue angle of 282.15º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C26DE6 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 109 | 230 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.10 |
| HSL | 282.15º | 0.71% | 0.66% | - |
| HSV(B) | 282.15º | 0.53% | 0.9% | - |
| XYZ | 42 | 28.12 | 78.08 | - |
| YUV | 148.21 | 174.16 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 109 | 230 | 0.16 | 0.53 | 0 | 0.10 | 282.15 | 0.71 | 0.66 |
| Hex | C2 | 6D | E6 | 10 | 35 | 0 | A | 11A | 47 | 42 |
| Octal | 302 | 155 | 346 | 20 | 65 | 0 | 12 | 432 | 107 | 102 |
| Binary | 11000010 | 1101101 | 11100110 | 10000 | 110101 | 0 | 1010 | 100011010 | 1000111 | 1000010 |
Color Harmonies of #C26DE6
Complementary color
Monochromatic Colors of #C26DE6
Black with #C26DE6
Text Example
Text Example
White with #C26DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26DE6; }
p { color: rgb(194,109,230); }
H1.HeaderClassName
{
color: #C26DE6;
}
.AnyTagClassName
{
color: #C26DE6;
}
</style>
background-color css
<style>
a { background-color: #C26DE6; }
a { background-color: rgb(194,109,230); }
div.DivClassName
{
background-color: #C26DE6;
}
.BgClassName
{
background-color: #C26DE6;
}
</style>
border-color css
<style>
span { border-color: #C26DE6; }
span { border-color: rgb(194,109,230); }
td.TdClassName
{
border-color: #C26DE6;
}
.TagClassName
{
border-color: #C26DE6;
}
</style>