Shades of Medium Orchid #C26BEC
Tints of Medium Orchid #C26BEC
RGB
CMYK
RGB Variations
Color information
#C26BEC (or 0xC26BEC) is known color: Medium Orchid. HEX triplet: C2, 6B and EC. RGB value is (194,107,236). Sum of RGB (Red+Green+Blue) = 194+107+236=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 107 (42.19% from 255 or 19.93% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #C26BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26BEC is #3D9413. Grayscale: #939393. Windows color (decimal): -4035604 or 15494082. OLE color: 15494082.
HSL color Cylindrical-coordinate representation of color #C26BEC: hue angle of 280.47º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C26BEC is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 107 | 236 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.07 |
| HSL | 280.47º | 0.77% | 0.67% | - |
| HSV(B) | 280.47º | 0.55% | 0.93% | - |
| XYZ | 42.65 | 28.04 | 82.52 | - |
| YUV | 147.72 | 177.82 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 107 | 236 | 0.18 | 0.55 | 0 | 0.07 | 280.47 | 0.77 | 0.67 |
| Hex | C2 | 6B | EC | 12 | 37 | 0 | 7 | 118 | 4D | 43 |
| Octal | 302 | 153 | 354 | 22 | 67 | 0 | 7 | 430 | 115 | 103 |
| Binary | 11000010 | 1101011 | 11101100 | 10010 | 110111 | 0 | 111 | 100011000 | 1001101 | 1000011 |
Color Harmonies of #C26BEC
Complementary color
Monochromatic Colors of #C26BEC
Black with #C26BEC
Text Example
Text Example
White with #C26BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26BEC; }
p { color: rgb(194,107,236); }
H1.HeaderClassName
{
color: #C26BEC;
}
.AnyTagClassName
{
color: #C26BEC;
}
</style>
background-color css
<style>
a { background-color: #C26BEC; }
a { background-color: rgb(194,107,236); }
div.DivClassName
{
background-color: #C26BEC;
}
.BgClassName
{
background-color: #C26BEC;
}
</style>
border-color css
<style>
span { border-color: #C26BEC; }
span { border-color: rgb(194,107,236); }
td.TdClassName
{
border-color: #C26BEC;
}
.TagClassName
{
border-color: #C26BEC;
}
</style>