Shades of Heliotrope #C66DEE
Tints of Heliotrope #C66DEE
RGB
CMYK
RGB Variations
Color information
#C66DEE (or 0xC66DEE) is known color: Heliotrope. HEX triplet: C6, 6D and EE. RGB value is (198,109,238). Sum of RGB (Red+Green+Blue) = 198+109+238=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 109 (42.97% from 255 or 20% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #C66DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66DEE is #399211. Grayscale: #959595. Windows color (decimal): -3772946 or 15625670. OLE color: 15625670.
HSL color Cylindrical-coordinate representation of color #C66DEE: hue angle of 281.4º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C66DEE is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 109 | 238 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.07 |
| HSL | 281.4º | 0.79% | 0.68% | - |
| HSV(B) | 281.4º | 0.54% | 0.93% | - |
| XYZ | 44.19 | 29.12 | 84.18 | - |
| YUV | 150.32 | 177.49 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 109 | 238 | 0.17 | 0.54 | 0 | 0.07 | 281.4 | 0.79 | 0.68 |
| Hex | C6 | 6D | EE | 11 | 36 | 0 | 7 | 119 | 4F | 44 |
| Octal | 306 | 155 | 356 | 21 | 66 | 0 | 7 | 431 | 117 | 104 |
| Binary | 11000110 | 1101101 | 11101110 | 10001 | 110110 | 0 | 111 | 100011001 | 1001111 | 1000100 |
Color Harmonies of #C66DEE
Complementary color
Monochromatic Colors of #C66DEE
Black with #C66DEE
Text Example
Text Example
White with #C66DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66DEE; }
p { color: rgb(198,109,238); }
H1.HeaderClassName
{
color: #C66DEE;
}
.AnyTagClassName
{
color: #C66DEE;
}
</style>
background-color css
<style>
a { background-color: #C66DEE; }
a { background-color: rgb(198,109,238); }
div.DivClassName
{
background-color: #C66DEE;
}
.BgClassName
{
background-color: #C66DEE;
}
</style>
border-color css
<style>
span { border-color: #C66DEE; }
span { border-color: rgb(198,109,238); }
td.TdClassName
{
border-color: #C66DEE;
}
.TagClassName
{
border-color: #C66DEE;
}
</style>