Shades of Medium Orchid #C666EC
Tints of Medium Orchid #C666EC
RGB
CMYK
RGB Variations
Color information
#C666EC (or 0xC666EC) is known color: Medium Orchid. HEX triplet: C6, 66 and EC. RGB value is (198,102,236). Sum of RGB (Red+Green+Blue) = 198+102+236=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 102 (40.23% from 255 or 19.03% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #C666EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C666EC is #399913. Grayscale: #919191. Windows color (decimal): -3774740 or 15492806. OLE color: 15492806.
HSL color Cylindrical-coordinate representation of color #C666EC: hue angle of 282.99º 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 #C666EC is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 102 | 236 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.07 |
| HSL | 282.99º | 0.78% | 0.66% | - |
| HSV(B) | 282.99º | 0.57% | 0.93% | - |
| XYZ | 43.18 | 27.56 | 82.4 | - |
| YUV | 145.98 | 178.8 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 236 | 0.16 | 0.57 | 0 | 0.07 | 282.99 | 0.78 | 0.66 |
| Hex | C6 | 66 | EC | 10 | 39 | 0 | 7 | 11B | 4E | 42 |
| Octal | 306 | 146 | 354 | 20 | 71 | 0 | 7 | 433 | 116 | 102 |
| Binary | 11000110 | 1100110 | 11101100 | 10000 | 111001 | 0 | 111 | 100011011 | 1001110 | 1000010 |
Color Harmonies of #C666EC
Complementary color
Monochromatic Colors of #C666EC
Black with #C666EC
Text Example
Text Example
White with #C666EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C666EC; }
p { color: rgb(198,102,236); }
H1.HeaderClassName
{
color: #C666EC;
}
.AnyTagClassName
{
color: #C666EC;
}
</style>
background-color css
<style>
a { background-color: #C666EC; }
a { background-color: rgb(198,102,236); }
div.DivClassName
{
background-color: #C666EC;
}
.BgClassName
{
background-color: #C666EC;
}
</style>
border-color css
<style>
span { border-color: #C666EC; }
span { border-color: rgb(198,102,236); }
td.TdClassName
{
border-color: #C666EC;
}
.TagClassName
{
border-color: #C666EC;
}
</style>