Shades of Medium Orchid #C266EC
Tints of Medium Orchid #C266EC
RGB
CMYK
RGB Variations
Color information
#C266EC (or 0xC266EC) is known color: Medium Orchid. HEX triplet: C2, 66 and EC. RGB value is (194,102,236). Sum of RGB (Red+Green+Blue) = 194+102+236=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 102 (40.23% from 255 or 19.17% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #C266EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C266EC is #3D9913. Grayscale: #909090. Windows color (decimal): -4036884 or 15492802. OLE color: 15492802.
HSL color Cylindrical-coordinate representation of color #C266EC: hue angle of 281.19º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C266EC is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 102 | 236 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.07 |
| HSL | 281.19º | 0.78% | 0.66% | - |
| HSV(B) | 281.19º | 0.57% | 0.93% | - |
| XYZ | 42.14 | 27.03 | 82.35 | - |
| YUV | 144.78 | 179.48 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 102 | 236 | 0.18 | 0.57 | 0 | 0.07 | 281.19 | 0.78 | 0.66 |
| Hex | C2 | 66 | EC | 12 | 39 | 0 | 7 | 119 | 4E | 42 |
| Octal | 302 | 146 | 354 | 22 | 71 | 0 | 7 | 431 | 116 | 102 |
| Binary | 11000010 | 1100110 | 11101100 | 10010 | 111001 | 0 | 111 | 100011001 | 1001110 | 1000010 |
Color Harmonies of #C266EC
Complementary color
Monochromatic Colors of #C266EC
Black with #C266EC
Text Example
Text Example
White with #C266EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C266EC; }
p { color: rgb(194,102,236); }
H1.HeaderClassName
{
color: #C266EC;
}
.AnyTagClassName
{
color: #C266EC;
}
</style>
background-color css
<style>
a { background-color: #C266EC; }
a { background-color: rgb(194,102,236); }
div.DivClassName
{
background-color: #C266EC;
}
.BgClassName
{
background-color: #C266EC;
}
</style>
border-color css
<style>
span { border-color: #C266EC; }
span { border-color: rgb(194,102,236); }
td.TdClassName
{
border-color: #C266EC;
}
.TagClassName
{
border-color: #C266EC;
}
</style>