Shades of Heliotrope #C66DFF
Tints of Heliotrope #C66DFF
RGB
CMYK
RGB Variations
Color information
#C66DFF (or 0xC66DFF) is known color: Heliotrope. HEX triplet: C6, 6D and FF. RGB value is (198,109,255). Sum of RGB (Red+Green+Blue) = 198+109+255=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 109 (42.97% from 255 or 19.40% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #C66DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66DFF is #399200. Grayscale: #979797. Windows color (decimal): -3772929 or 16739782. OLE color: 16739782.
HSL color Cylindrical-coordinate representation of color #C66DFF: hue angle of 276.58º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C66DFF is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 109 | 255 | - |
| CMYK | 0.22 | 0.57 | 0 | 0 |
| HSL | 276.58º | 1% | 0.71% | - |
| HSV(B) | 276.58º | 0.57% | 1% | - |
| XYZ | 46.81 | 30.16 | 97.96 | - |
| YUV | 152.26 | 185.99 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 109 | 255 | 0.22 | 0.57 | 0 | 0 | 276.58 | 1 | 0.71 |
| Hex | C6 | 6D | FF | 16 | 39 | 0 | 0 | 115 | 64 | 47 |
| Octal | 306 | 155 | 377 | 26 | 71 | 0 | 0 | 425 | 144 | 107 |
| Binary | 11000110 | 1101101 | 11111111 | 10110 | 111001 | 0 | 0 | 100010101 | 1100100 | 1000111 |
Color Harmonies of #C66DFF
Complementary color
Monochromatic Colors of #C66DFF
Black with #C66DFF
Text Example
Text Example
White with #C66DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66DFF; }
p { color: rgb(198,109,255); }
H1.HeaderClassName
{
color: #C66DFF;
}
.AnyTagClassName
{
color: #C66DFF;
}
</style>
background-color css
<style>
a { background-color: #C66DFF; }
a { background-color: rgb(198,109,255); }
div.DivClassName
{
background-color: #C66DFF;
}
.BgClassName
{
background-color: #C66DFF;
}
</style>
border-color css
<style>
span { border-color: #C66DFF; }
span { border-color: rgb(198,109,255); }
td.TdClassName
{
border-color: #C66DFF;
}
.TagClassName
{
border-color: #C66DFF;
}
</style>