Shades of Heliotrope #C66DF3
Tints of Heliotrope #C66DF3
RGB
CMYK
RGB Variations
Color information
#C66DF3 (or 0xC66DF3) is known color: Heliotrope. HEX triplet: C6, 6D and F3. RGB value is (198,109,243). Sum of RGB (Red+Green+Blue) = 198+109+243=550 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36% from 550); Green value is 109 (42.97% from 255 or 19.82% from 550); Blue value is 243 (95.31% from 255 or 44.18% from 550); Max value from RGB is 243 - color contains mainly: blue. Hex color #C66DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66DF3 is #39920C. Grayscale: #969696. Windows color (decimal): -3772941 or 15953350. OLE color: 15953350.
HSL color Cylindrical-coordinate representation of color #C66DF3: hue angle of 279.85º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C66DF3 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 109 | 243 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.05 |
| HSL | 279.85º | 0.85% | 0.69% | - |
| HSV(B) | 279.85º | 0.55% | 0.95% | - |
| XYZ | 44.94 | 29.41 | 88.1 | - |
| YUV | 150.89 | 179.99 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 109 | 243 | 0.19 | 0.55 | 0 | 0.05 | 279.85 | 0.85 | 0.69 |
| Hex | C6 | 6D | F3 | 13 | 37 | 0 | 5 | 118 | 55 | 45 |
| Octal | 306 | 155 | 363 | 23 | 67 | 0 | 5 | 430 | 125 | 105 |
| Binary | 11000110 | 1101101 | 11110011 | 10011 | 110111 | 0 | 101 | 100011000 | 1010101 | 1000101 |
Color Harmonies of #C66DF3
Complementary color
Monochromatic Colors of #C66DF3
Black with #C66DF3
Text Example
Text Example
White with #C66DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66DF3; }
p { color: rgb(198,109,243); }
H1.HeaderClassName
{
color: #C66DF3;
}
.AnyTagClassName
{
color: #C66DF3;
}
</style>
background-color css
<style>
a { background-color: #C66DF3; }
a { background-color: rgb(198,109,243); }
div.DivClassName
{
background-color: #C66DF3;
}
.BgClassName
{
background-color: #C66DF3;
}
</style>
border-color css
<style>
span { border-color: #C66DF3; }
span { border-color: rgb(198,109,243); }
td.TdClassName
{
border-color: #C66DF3;
}
.TagClassName
{
border-color: #C66DF3;
}
</style>