Shades of Medium Orchid #C26BEA
Tints of Medium Orchid #C26BEA
RGB
CMYK
RGB Variations
Color information
#C26BEA (or 0xC26BEA) is known color: Medium Orchid. HEX triplet: C2, 6B and EA. RGB value is (194,107,234). Sum of RGB (Red+Green+Blue) = 194+107+234=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 107 (42.19% from 255 or 20% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #C26BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26BEA is #3D9415. Grayscale: #939393. Windows color (decimal): -4035606 or 15363010. OLE color: 15363010.
HSL color Cylindrical-coordinate representation of color #C26BEA: hue angle of 281.1º degrees, saturation: 0.75, 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 #C26BEA is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 107 | 234 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.08 |
| HSL | 281.1º | 0.75% | 0.67% | - |
| HSV(B) | 281.1º | 0.54% | 0.92% | - |
| XYZ | 42.36 | 27.93 | 81 | - |
| YUV | 147.49 | 176.82 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 107 | 234 | 0.17 | 0.54 | 0 | 0.08 | 281.1 | 0.75 | 0.67 |
| Hex | C2 | 6B | EA | 11 | 36 | 0 | 8 | 119 | 4B | 43 |
| Octal | 302 | 153 | 352 | 21 | 66 | 0 | 10 | 431 | 113 | 103 |
| Binary | 11000010 | 1101011 | 11101010 | 10001 | 110110 | 0 | 1000 | 100011001 | 1001011 | 1000011 |
Color Harmonies of #C26BEA
Complementary color
Monochromatic Colors of #C26BEA
Black with #C26BEA
Text Example
Text Example
White with #C26BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26BEA; }
p { color: rgb(194,107,234); }
H1.HeaderClassName
{
color: #C26BEA;
}
.AnyTagClassName
{
color: #C26BEA;
}
</style>
background-color css
<style>
a { background-color: #C26BEA; }
a { background-color: rgb(194,107,234); }
div.DivClassName
{
background-color: #C26BEA;
}
.BgClassName
{
background-color: #C26BEA;
}
</style>
border-color css
<style>
span { border-color: #C26BEA; }
span { border-color: rgb(194,107,234); }
td.TdClassName
{
border-color: #C26BEA;
}
.TagClassName
{
border-color: #C26BEA;
}
</style>