Shades of Heliotrope #C666EE
Tints of Heliotrope #C666EE
RGB
CMYK
RGB Variations
Color information
#C666EE (or 0xC666EE) is known color: Heliotrope. HEX triplet: C6, 66 and EE. RGB value is (198,102,238). Sum of RGB (Red+Green+Blue) = 198+102+238=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 102 (40.23% from 255 or 18.96% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #C666EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C666EE is #399911. Grayscale: #919191. Windows color (decimal): -3774738 or 15623878. OLE color: 15623878.
HSL color Cylindrical-coordinate representation of color #C666EE: hue angle of 282.35º 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 #C666EE is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 102 | 238 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.07 |
| HSL | 282.35º | 0.8% | 0.67% | - |
| HSV(B) | 282.35º | 0.57% | 0.93% | - |
| XYZ | 43.47 | 27.68 | 83.94 | - |
| YUV | 146.21 | 179.8 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 238 | 0.17 | 0.57 | 0 | 0.07 | 282.35 | 0.8 | 0.67 |
| Hex | C6 | 66 | EE | 11 | 39 | 0 | 7 | 11A | 50 | 43 |
| Octal | 306 | 146 | 356 | 21 | 71 | 0 | 7 | 432 | 120 | 103 |
| Binary | 11000110 | 1100110 | 11101110 | 10001 | 111001 | 0 | 111 | 100011010 | 1010000 | 1000011 |
Color Harmonies of #C666EE
Complementary color
Monochromatic Colors of #C666EE
Black with #C666EE
Text Example
Text Example
White with #C666EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C666EE; }
p { color: rgb(198,102,238); }
H1.HeaderClassName
{
color: #C666EE;
}
.AnyTagClassName
{
color: #C666EE;
}
</style>
background-color css
<style>
a { background-color: #C666EE; }
a { background-color: rgb(198,102,238); }
div.DivClassName
{
background-color: #C666EE;
}
.BgClassName
{
background-color: #C666EE;
}
</style>
border-color css
<style>
span { border-color: #C666EE; }
span { border-color: rgb(198,102,238); }
td.TdClassName
{
border-color: #C666EE;
}
.TagClassName
{
border-color: #C666EE;
}
</style>