Shades of Heliotrope #C668EC
Tints of Heliotrope #C668EC
RGB
CMYK
RGB Variations
Color information
#C668EC (or 0xC668EC) is known color: Heliotrope. HEX triplet: C6, 68 and EC. RGB value is (198,104,236). Sum of RGB (Red+Green+Blue) = 198+104+236=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 104 (41.02% from 255 or 19.33% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #C668EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C668EC is #399713. Grayscale: #929292. Windows color (decimal): -3774228 or 15493318. OLE color: 15493318.
HSL color Cylindrical-coordinate representation of color #C668EC: hue angle of 282.73º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C668EC is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 104 | 236 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.07 |
| HSL | 282.73º | 0.78% | 0.67% | - |
| HSV(B) | 282.73º | 0.56% | 0.93% | - |
| XYZ | 43.38 | 27.96 | 82.47 | - |
| YUV | 147.15 | 178.14 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 104 | 236 | 0.16 | 0.56 | 0 | 0.07 | 282.73 | 0.78 | 0.67 |
| Hex | C6 | 68 | EC | 10 | 38 | 0 | 7 | 11B | 4E | 43 |
| Octal | 306 | 150 | 354 | 20 | 70 | 0 | 7 | 433 | 116 | 103 |
| Binary | 11000110 | 1101000 | 11101100 | 10000 | 111000 | 0 | 111 | 100011011 | 1001110 | 1000011 |
Color Harmonies of #C668EC
Complementary color
Monochromatic Colors of #C668EC
Black with #C668EC
Text Example
Text Example
White with #C668EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C668EC; }
p { color: rgb(198,104,236); }
H1.HeaderClassName
{
color: #C668EC;
}
.AnyTagClassName
{
color: #C668EC;
}
</style>
background-color css
<style>
a { background-color: #C668EC; }
a { background-color: rgb(198,104,236); }
div.DivClassName
{
background-color: #C668EC;
}
.BgClassName
{
background-color: #C668EC;
}
</style>
border-color css
<style>
span { border-color: #C668EC; }
span { border-color: rgb(198,104,236); }
td.TdClassName
{
border-color: #C668EC;
}
.TagClassName
{
border-color: #C668EC;
}
</style>