Shades of Medium Orchid #C26DE4
Tints of Medium Orchid #C26DE4
RGB
CMYK
RGB Variations
Color information
#C26DE4 (or 0xC26DE4) is known color: Medium Orchid. HEX triplet: C2, 6D and E4. RGB value is (194,109,228). Sum of RGB (Red+Green+Blue) = 194+109+228=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 228 (89.45% from 255 or 42.94% from 531); Max value from RGB is 228 - color contains mainly: blue. Hex color #C26DE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26DE4 is #3D921B. Grayscale: #939393. Windows color (decimal): -4035100 or 14970306. OLE color: 14970306.
HSL color Cylindrical-coordinate representation of color #C26DE4: hue angle of 282.86º 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 #C26DE4 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 109 | 228 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.11 |
| HSL | 282.86º | 0.69% | 0.66% | - |
| HSV(B) | 282.86º | 0.52% | 0.89% | - |
| XYZ | 41.72 | 28.01 | 76.61 | - |
| YUV | 147.98 | 173.16 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 109 | 228 | 0.15 | 0.52 | 0 | 0.11 | 282.86 | 0.69 | 0.66 |
| Hex | C2 | 6D | E4 | F | 34 | 0 | B | 11B | 45 | 42 |
| Octal | 302 | 155 | 344 | 17 | 64 | 0 | 13 | 433 | 105 | 102 |
| Binary | 11000010 | 1101101 | 11100100 | 1111 | 110100 | 0 | 1011 | 100011011 | 1000101 | 1000010 |
Color Harmonies of #C26DE4
Complementary color
Monochromatic Colors of #C26DE4
Black with #C26DE4
Text Example
Text Example
White with #C26DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26DE4; }
p { color: rgb(194,109,228); }
H1.HeaderClassName
{
color: #C26DE4;
}
.AnyTagClassName
{
color: #C26DE4;
}
</style>
background-color css
<style>
a { background-color: #C26DE4; }
a { background-color: rgb(194,109,228); }
div.DivClassName
{
background-color: #C26DE4;
}
.BgClassName
{
background-color: #C26DE4;
}
</style>
border-color css
<style>
span { border-color: #C26DE4; }
span { border-color: rgb(194,109,228); }
td.TdClassName
{
border-color: #C26DE4;
}
.TagClassName
{
border-color: #C26DE4;
}
</style>