Shades of Medium Orchid #C266EF
Tints of Medium Orchid #C266EF
RGB
CMYK
RGB Variations
Color information
#C266EF (or 0xC266EF) is known color: Medium Orchid. HEX triplet: C2, 66 and EF. RGB value is (194,102,239). Sum of RGB (Red+Green+Blue) = 194+102+239=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 102 (40.23% from 255 or 19.07% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #C266EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C266EF is #3D9910. Grayscale: #909090. Windows color (decimal): -4036881 or 15689410. OLE color: 15689410.
HSL color Cylindrical-coordinate representation of color #C266EF: hue angle of 280.29º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C266EF is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 102 | 239 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.06 |
| HSL | 280.29º | 0.81% | 0.67% | - |
| HSV(B) | 280.29º | 0.57% | 0.94% | - |
| XYZ | 42.58 | 27.2 | 84.67 | - |
| YUV | 145.13 | 180.98 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 102 | 239 | 0.19 | 0.57 | 0 | 0.06 | 280.29 | 0.81 | 0.67 |
| Hex | C2 | 66 | EF | 13 | 39 | 0 | 6 | 118 | 51 | 43 |
| Octal | 302 | 146 | 357 | 23 | 71 | 0 | 6 | 430 | 121 | 103 |
| Binary | 11000010 | 1100110 | 11101111 | 10011 | 111001 | 0 | 110 | 100011000 | 1010001 | 1000011 |
Color Harmonies of #C266EF
Complementary color
Monochromatic Colors of #C266EF
Black with #C266EF
Text Example
Text Example
White with #C266EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C266EF; }
p { color: rgb(194,102,239); }
H1.HeaderClassName
{
color: #C266EF;
}
.AnyTagClassName
{
color: #C266EF;
}
</style>
background-color css
<style>
a { background-color: #C266EF; }
a { background-color: rgb(194,102,239); }
div.DivClassName
{
background-color: #C266EF;
}
.BgClassName
{
background-color: #C266EF;
}
</style>
border-color css
<style>
span { border-color: #C266EF; }
span { border-color: rgb(194,102,239); }
td.TdClassName
{
border-color: #C266EF;
}
.TagClassName
{
border-color: #C266EF;
}
</style>