Shades of Medium Orchid #C26BEB
Tints of Medium Orchid #C26BEB
RGB
CMYK
RGB Variations
Color information
#C26BEB (or 0xC26BEB) is known color: Medium Orchid. HEX triplet: C2, 6B and EB. RGB value is (194,107,235). Sum of RGB (Red+Green+Blue) = 194+107+235=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 107 (42.19% from 255 or 19.96% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #C26BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26BEB is #3D9414. Grayscale: #939393. Windows color (decimal): -4035605 or 15428546. OLE color: 15428546.
HSL color Cylindrical-coordinate representation of color #C26BEB: hue angle of 280.78º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C26BEB is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 107 | 235 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.08 |
| HSL | 280.78º | 0.76% | 0.67% | - |
| HSV(B) | 280.78º | 0.54% | 0.92% | - |
| XYZ | 42.5 | 27.98 | 81.76 | - |
| YUV | 147.61 | 177.32 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 107 | 235 | 0.17 | 0.54 | 0 | 0.08 | 280.78 | 0.76 | 0.67 |
| Hex | C2 | 6B | EB | 11 | 36 | 0 | 8 | 119 | 4C | 43 |
| Octal | 302 | 153 | 353 | 21 | 66 | 0 | 10 | 431 | 114 | 103 |
| Binary | 11000010 | 1101011 | 11101011 | 10001 | 110110 | 0 | 1000 | 100011001 | 1001100 | 1000011 |
Color Harmonies of #C26BEB
Complementary color
Monochromatic Colors of #C26BEB
Black with #C26BEB
Text Example
Text Example
White with #C26BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26BEB; }
p { color: rgb(194,107,235); }
H1.HeaderClassName
{
color: #C26BEB;
}
.AnyTagClassName
{
color: #C26BEB;
}
</style>
background-color css
<style>
a { background-color: #C26BEB; }
a { background-color: rgb(194,107,235); }
div.DivClassName
{
background-color: #C26BEB;
}
.BgClassName
{
background-color: #C26BEB;
}
</style>
border-color css
<style>
span { border-color: #C26BEB; }
span { border-color: rgb(194,107,235); }
td.TdClassName
{
border-color: #C26BEB;
}
.TagClassName
{
border-color: #C26BEB;
}
</style>