Shades of Medium Orchid #C26CCE
Tints of Medium Orchid #C26CCE
RGB
CMYK
RGB Variations
Color information
#C26CCE (or 0xC26CCE) is known color: Medium Orchid. HEX triplet: C2, 6C and CE. RGB value is (194,108,206). Sum of RGB (Red+Green+Blue) = 194+108+206=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #C26CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26CCE is #3D9331. Grayscale: #909090. Windows color (decimal): -4035378 or 13528258. OLE color: 13528258.
HSL color Cylindrical-coordinate representation of color #C26CCE: hue angle of 292.65º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C26CCE is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 108 | 206 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.19 |
| HSL | 292.65º | 0.5% | 0.62% | - |
| HSV(B) | 292.65º | 0.48% | 0.81% | - |
| XYZ | 38.75 | 26.65 | 61.49 | - |
| YUV | 144.89 | 162.49 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 108 | 206 | 0.06 | 0.48 | 0 | 0.19 | 292.65 | 0.5 | 0.62 |
| Hex | C2 | 6C | CE | 6 | 30 | 0 | 13 | 125 | 32 | 3E |
| Octal | 302 | 154 | 316 | 6 | 60 | 0 | 23 | 445 | 62 | 76 |
| Binary | 11000010 | 1101100 | 11001110 | 110 | 110000 | 0 | 10011 | 100100101 | 110010 | 111110 |
Color Harmonies of #C26CCE
Complementary color
Monochromatic Colors of #C26CCE
Black with #C26CCE
Text Example
Text Example
White with #C26CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26CCE; }
p { color: rgb(194,108,206); }
H1.HeaderClassName
{
color: #C26CCE;
}
.AnyTagClassName
{
color: #C26CCE;
}
</style>
background-color css
<style>
a { background-color: #C26CCE; }
a { background-color: rgb(194,108,206); }
div.DivClassName
{
background-color: #C26CCE;
}
.BgClassName
{
background-color: #C26CCE;
}
</style>
border-color css
<style>
span { border-color: #C26CCE; }
span { border-color: rgb(194,108,206); }
td.TdClassName
{
border-color: #C26CCE;
}
.TagClassName
{
border-color: #C26CCE;
}
</style>