Shades of Medium Orchid #C266EE
Tints of Medium Orchid #C266EE
RGB
CMYK
RGB Variations
Color information
#C266EE (or 0xC266EE) is known color: Medium Orchid. HEX triplet: C2, 66 and EE. RGB value is (194,102,238). Sum of RGB (Red+Green+Blue) = 194+102+238=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #C266EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C266EE is #3D9911. Grayscale: #909090. Windows color (decimal): -4036882 or 15623874. OLE color: 15623874.
HSL color Cylindrical-coordinate representation of color #C266EE: hue angle of 280.59º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C266EE is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 102 | 238 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.07 |
| HSL | 280.59º | 0.8% | 0.67% | - |
| HSV(B) | 280.59º | 0.57% | 0.93% | - |
| XYZ | 42.43 | 27.15 | 83.89 | - |
| YUV | 145.01 | 180.48 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 102 | 238 | 0.18 | 0.57 | 0 | 0.07 | 280.59 | 0.8 | 0.67 |
| Hex | C2 | 66 | EE | 12 | 39 | 0 | 7 | 119 | 50 | 43 |
| Octal | 302 | 146 | 356 | 22 | 71 | 0 | 7 | 431 | 120 | 103 |
| Binary | 11000010 | 1100110 | 11101110 | 10010 | 111001 | 0 | 111 | 100011001 | 1010000 | 1000011 |
Color Harmonies of #C266EE
Complementary color
Monochromatic Colors of #C266EE
Black with #C266EE
Text Example
Text Example
White with #C266EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C266EE; }
p { color: rgb(194,102,238); }
H1.HeaderClassName
{
color: #C266EE;
}
.AnyTagClassName
{
color: #C266EE;
}
</style>
background-color css
<style>
a { background-color: #C266EE; }
a { background-color: rgb(194,102,238); }
div.DivClassName
{
background-color: #C266EE;
}
.BgClassName
{
background-color: #C266EE;
}
</style>
border-color css
<style>
span { border-color: #C266EE; }
span { border-color: rgb(194,102,238); }
td.TdClassName
{
border-color: #C266EE;
}
.TagClassName
{
border-color: #C266EE;
}
</style>