Shades of Heliotrope #C66AF3
Tints of Heliotrope #C66AF3
RGB
CMYK
RGB Variations
Color information
#C66AF3 (or 0xC66AF3) is known color: Heliotrope. HEX triplet: C6, 6A and F3. RGB value is (198,106,243). Sum of RGB (Red+Green+Blue) = 198+106+243=547 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.20% from 547); Green value is 106 (41.80% from 255 or 19.38% from 547); Blue value is 243 (95.31% from 255 or 44.42% from 547); Max value from RGB is 243 - color contains mainly: blue. Hex color #C66AF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66AF3 is #39950C. Grayscale: #949494. Windows color (decimal): -3773709 or 15952582. OLE color: 15952582.
HSL color Cylindrical-coordinate representation of color #C66AF3: hue angle of 280.29º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C66AF3 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 106 | 243 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.05 |
| HSL | 280.29º | 0.85% | 0.68% | - |
| HSV(B) | 280.29º | 0.56% | 0.95% | - |
| XYZ | 44.62 | 28.78 | 88 | - |
| YUV | 149.13 | 180.98 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 106 | 243 | 0.19 | 0.56 | 0 | 0.05 | 280.29 | 0.85 | 0.68 |
| Hex | C6 | 6A | F3 | 13 | 38 | 0 | 5 | 118 | 55 | 44 |
| Octal | 306 | 152 | 363 | 23 | 70 | 0 | 5 | 430 | 125 | 104 |
| Binary | 11000110 | 1101010 | 11110011 | 10011 | 111000 | 0 | 101 | 100011000 | 1010101 | 1000100 |
Color Harmonies of #C66AF3
Complementary color
Monochromatic Colors of #C66AF3
Black with #C66AF3
Text Example
Text Example
White with #C66AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66AF3; }
p { color: rgb(198,106,243); }
H1.HeaderClassName
{
color: #C66AF3;
}
.AnyTagClassName
{
color: #C66AF3;
}
</style>
background-color css
<style>
a { background-color: #C66AF3; }
a { background-color: rgb(198,106,243); }
div.DivClassName
{
background-color: #C66AF3;
}
.BgClassName
{
background-color: #C66AF3;
}
</style>
border-color css
<style>
span { border-color: #C66AF3; }
span { border-color: rgb(198,106,243); }
td.TdClassName
{
border-color: #C66AF3;
}
.TagClassName
{
border-color: #C66AF3;
}
</style>