Shades of Medium Orchid #C66CE8
Tints of Medium Orchid #C66CE8
RGB
CMYK
RGB Variations
Color information
#C66CE8 (or 0xC66CE8) is known color: Medium Orchid. HEX triplet: C6, 6C and E8. RGB value is (198,108,232). Sum of RGB (Red+Green+Blue) = 198+108+232=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 108 (42.58% from 255 or 20.07% from 538); Blue value is 232 (91.02% from 255 or 43.12% from 538); Max value from RGB is 232 - color contains mainly: blue. Hex color #C66CE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66CE8 is #399317. Grayscale: #949494. Windows color (decimal): -3773208 or 15232198. OLE color: 15232198.
HSL color Cylindrical-coordinate representation of color #C66CE8: hue angle of 283.55º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C66CE8 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 108 | 232 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.09 |
| HSL | 283.55º | 0.73% | 0.67% | - |
| HSV(B) | 283.55º | 0.53% | 0.91% | - |
| XYZ | 43.22 | 28.56 | 79.58 | - |
| YUV | 149.05 | 174.82 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 108 | 232 | 0.15 | 0.53 | 0 | 0.09 | 283.55 | 0.73 | 0.67 |
| Hex | C6 | 6C | E8 | F | 35 | 0 | 9 | 11C | 49 | 43 |
| Octal | 306 | 154 | 350 | 17 | 65 | 0 | 11 | 434 | 111 | 103 |
| Binary | 11000110 | 1101100 | 11101000 | 1111 | 110101 | 0 | 1001 | 100011100 | 1001001 | 1000011 |
Color Harmonies of #C66CE8
Complementary color
Monochromatic Colors of #C66CE8
Black with #C66CE8
Text Example
Text Example
White with #C66CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66CE8; }
p { color: rgb(198,108,232); }
H1.HeaderClassName
{
color: #C66CE8;
}
.AnyTagClassName
{
color: #C66CE8;
}
</style>
background-color css
<style>
a { background-color: #C66CE8; }
a { background-color: rgb(198,108,232); }
div.DivClassName
{
background-color: #C66CE8;
}
.BgClassName
{
background-color: #C66CE8;
}
</style>
border-color css
<style>
span { border-color: #C66CE8; }
span { border-color: rgb(198,108,232); }
td.TdClassName
{
border-color: #C66CE8;
}
.TagClassName
{
border-color: #C66CE8;
}
</style>