Shades of Medium Orchid #C26CE8
Tints of Medium Orchid #C26CE8
RGB
CMYK
RGB Variations
Color information
#C26CE8 (or 0xC26CE8) is known color: Medium Orchid. HEX triplet: C2, 6C and E8. RGB value is (194,108,232). Sum of RGB (Red+Green+Blue) = 194+108+232=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 108 (42.58% from 255 or 20.22% from 534); Blue value is 232 (91.02% from 255 or 43.45% from 534); Max value from RGB is 232 - color contains mainly: blue. Hex color #C26CE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26CE8 is #3D9317. Grayscale: #939393. Windows color (decimal): -4035352 or 15232194. OLE color: 15232194.
HSL color Cylindrical-coordinate representation of color #C26CE8: hue angle of 281.61º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C26CE8 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 108 | 232 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.09 |
| HSL | 281.61º | 0.73% | 0.67% | - |
| HSV(B) | 281.61º | 0.53% | 0.91% | - |
| XYZ | 42.18 | 28.02 | 79.53 | - |
| YUV | 147.85 | 175.49 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 108 | 232 | 0.16 | 0.53 | 0 | 0.09 | 281.61 | 0.73 | 0.67 |
| Hex | C2 | 6C | E8 | 10 | 35 | 0 | 9 | 11A | 49 | 43 |
| Octal | 302 | 154 | 350 | 20 | 65 | 0 | 11 | 432 | 111 | 103 |
| Binary | 11000010 | 1101100 | 11101000 | 10000 | 110101 | 0 | 1001 | 100011010 | 1001001 | 1000011 |
Color Harmonies of #C26CE8
Complementary color
Monochromatic Colors of #C26CE8
Black with #C26CE8
Text Example
Text Example
White with #C26CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26CE8; }
p { color: rgb(194,108,232); }
H1.HeaderClassName
{
color: #C26CE8;
}
.AnyTagClassName
{
color: #C26CE8;
}
</style>
background-color css
<style>
a { background-color: #C26CE8; }
a { background-color: rgb(194,108,232); }
div.DivClassName
{
background-color: #C26CE8;
}
.BgClassName
{
background-color: #C26CE8;
}
</style>
border-color css
<style>
span { border-color: #C26CE8; }
span { border-color: rgb(194,108,232); }
td.TdClassName
{
border-color: #C26CE8;
}
.TagClassName
{
border-color: #C26CE8;
}
</style>