Shades of Heliotrope #C66DF1
Tints of Heliotrope #C66DF1
RGB
CMYK
RGB Variations
Color information
#C66DF1 (or 0xC66DF1) is known color: Heliotrope. HEX triplet: C6, 6D and F1. RGB value is (198,109,241). Sum of RGB (Red+Green+Blue) = 198+109+241=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 109 (42.97% from 255 or 19.89% from 548); Blue value is 241 (94.53% from 255 or 43.98% from 548); Max value from RGB is 241 - color contains mainly: blue. Hex color #C66DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66DF1 is #39920E. Grayscale: #969696. Windows color (decimal): -3772943 or 15822278. OLE color: 15822278.
HSL color Cylindrical-coordinate representation of color #C66DF1: hue angle of 280.45º degrees, saturation: 0.82, 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 #C66DF1 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 109 | 241 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.05 |
| HSL | 280.45º | 0.83% | 0.69% | - |
| HSV(B) | 280.45º | 0.55% | 0.95% | - |
| XYZ | 44.63 | 29.29 | 86.52 | - |
| YUV | 150.66 | 178.99 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 109 | 241 | 0.18 | 0.55 | 0 | 0.05 | 280.45 | 0.83 | 0.69 |
| Hex | C6 | 6D | F1 | 12 | 37 | 0 | 5 | 118 | 52 | 45 |
| Octal | 306 | 155 | 361 | 22 | 67 | 0 | 5 | 430 | 122 | 105 |
| Binary | 11000110 | 1101101 | 11110001 | 10010 | 110111 | 0 | 101 | 100011000 | 1010010 | 1000101 |
Color Harmonies of #C66DF1
Complementary color
Monochromatic Colors of #C66DF1
Black with #C66DF1
Text Example
Text Example
White with #C66DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66DF1; }
p { color: rgb(198,109,241); }
H1.HeaderClassName
{
color: #C66DF1;
}
.AnyTagClassName
{
color: #C66DF1;
}
</style>
background-color css
<style>
a { background-color: #C66DF1; }
a { background-color: rgb(198,109,241); }
div.DivClassName
{
background-color: #C66DF1;
}
.BgClassName
{
background-color: #C66DF1;
}
</style>
border-color css
<style>
span { border-color: #C66DF1; }
span { border-color: rgb(198,109,241); }
td.TdClassName
{
border-color: #C66DF1;
}
.TagClassName
{
border-color: #C66DF1;
}
</style>