Shades of Medium Orchid #C266EB
Tints of Medium Orchid #C266EB
RGB
CMYK
RGB Variations
Color information
#C266EB (or 0xC266EB) is known color: Medium Orchid. HEX triplet: C2, 66 and EB. RGB value is (194,102,235). Sum of RGB (Red+Green+Blue) = 194+102+235=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 102 (40.23% from 255 or 19.21% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #C266EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C266EB is #3D9914. Grayscale: #909090. Windows color (decimal): -4036885 or 15427266. OLE color: 15427266.
HSL color Cylindrical-coordinate representation of color #C266EB: hue angle of 281.5º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C266EB is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 102 | 235 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.08 |
| HSL | 281.5º | 0.77% | 0.66% | - |
| HSV(B) | 281.5º | 0.57% | 0.92% | - |
| XYZ | 41.99 | 26.97 | 81.59 | - |
| YUV | 144.67 | 178.98 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 102 | 235 | 0.17 | 0.57 | 0 | 0.08 | 281.5 | 0.77 | 0.66 |
| Hex | C2 | 66 | EB | 11 | 39 | 0 | 8 | 11A | 4D | 42 |
| Octal | 302 | 146 | 353 | 21 | 71 | 0 | 10 | 432 | 115 | 102 |
| Binary | 11000010 | 1100110 | 11101011 | 10001 | 111001 | 0 | 1000 | 100011010 | 1001101 | 1000010 |
Color Harmonies of #C266EB
Complementary color
Monochromatic Colors of #C266EB
Black with #C266EB
Text Example
Text Example
White with #C266EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C266EB; }
p { color: rgb(194,102,235); }
H1.HeaderClassName
{
color: #C266EB;
}
.AnyTagClassName
{
color: #C266EB;
}
</style>
background-color css
<style>
a { background-color: #C266EB; }
a { background-color: rgb(194,102,235); }
div.DivClassName
{
background-color: #C266EB;
}
.BgClassName
{
background-color: #C266EB;
}
</style>
border-color css
<style>
span { border-color: #C266EB; }
span { border-color: rgb(194,102,235); }
td.TdClassName
{
border-color: #C266EB;
}
.TagClassName
{
border-color: #C266EB;
}
</style>