Shades of Medium Orchid #C66EE6
Tints of Medium Orchid #C66EE6
RGB
CMYK
RGB Variations
Color information
#C66EE6 (or 0xC66EE6) is known color: Medium Orchid. HEX triplet: C6, 6E and E6. RGB value is (198,110,230). Sum of RGB (Red+Green+Blue) = 198+110+230=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 110 (43.36% from 255 or 20.45% from 538); Blue value is 230 (90.23% from 255 or 42.75% from 538); Max value from RGB is 230 - color contains mainly: blue. Hex color #C66EE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66EE6 is #399119. Grayscale: #959595. Windows color (decimal): -3772698 or 15101638. OLE color: 15101638.
HSL color Cylindrical-coordinate representation of color #C66EE6: hue angle of 284º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C66EE6 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 110 | 230 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.10 |
| HSL | 284º | 0.71% | 0.67% | - |
| HSV(B) | 284º | 0.52% | 0.9% | - |
| XYZ | 43.15 | 28.87 | 78.16 | - |
| YUV | 149.99 | 173.15 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 110 | 230 | 0.14 | 0.52 | 0 | 0.10 | 284 | 0.71 | 0.67 |
| Hex | C6 | 6E | E6 | E | 34 | 0 | A | 11C | 47 | 43 |
| Octal | 306 | 156 | 346 | 16 | 64 | 0 | 12 | 434 | 107 | 103 |
| Binary | 11000110 | 1101110 | 11100110 | 1110 | 110100 | 0 | 1010 | 100011100 | 1000111 | 1000011 |
Color Harmonies of #C66EE6
Complementary color
Monochromatic Colors of #C66EE6
Black with #C66EE6
Text Example
Text Example
White with #C66EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66EE6; }
p { color: rgb(198,110,230); }
H1.HeaderClassName
{
color: #C66EE6;
}
.AnyTagClassName
{
color: #C66EE6;
}
</style>
background-color css
<style>
a { background-color: #C66EE6; }
a { background-color: rgb(198,110,230); }
div.DivClassName
{
background-color: #C66EE6;
}
.BgClassName
{
background-color: #C66EE6;
}
</style>
border-color css
<style>
span { border-color: #C66EE6; }
span { border-color: rgb(198,110,230); }
td.TdClassName
{
border-color: #C66EE6;
}
.TagClassName
{
border-color: #C66EE6;
}
</style>