Shades of Heliotrope #C666F5
Tints of Heliotrope #C666F5
RGB
CMYK
RGB Variations
Color information
#C666F5 (or 0xC666F5) is known color: Heliotrope. HEX triplet: C6, 66 and F5. RGB value is (198,102,245). Sum of RGB (Red+Green+Blue) = 198+102+245=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 102 (40.23% from 255 or 18.72% from 545); Blue value is 245 (96.09% from 255 or 44.95% from 545); Max value from RGB is 245 - color contains mainly: blue. Hex color #C666F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C666F5 is #39990A. Grayscale: #929292. Windows color (decimal): -3774731 or 16082630. OLE color: 16082630.
HSL color Cylindrical-coordinate representation of color #C666F5: hue angle of 280.28º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C666F5 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 102 | 245 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.04 |
| HSL | 280.28º | 0.88% | 0.68% | - |
| HSV(B) | 280.28º | 0.58% | 0.96% | - |
| XYZ | 44.52 | 28.1 | 89.46 | - |
| YUV | 147.01 | 183.3 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 245 | 0.19 | 0.58 | 0 | 0.04 | 280.28 | 0.88 | 0.68 |
| Hex | C6 | 66 | F5 | 13 | 3A | 0 | 4 | 118 | 58 | 44 |
| Octal | 306 | 146 | 365 | 23 | 72 | 0 | 4 | 430 | 130 | 104 |
| Binary | 11000110 | 1100110 | 11110101 | 10011 | 111010 | 0 | 100 | 100011000 | 1011000 | 1000100 |
Color Harmonies of #C666F5
Complementary color
Monochromatic Colors of #C666F5
Black with #C666F5
Text Example
Text Example
White with #C666F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C666F5; }
p { color: rgb(198,102,245); }
H1.HeaderClassName
{
color: #C666F5;
}
.AnyTagClassName
{
color: #C666F5;
}
</style>
background-color css
<style>
a { background-color: #C666F5; }
a { background-color: rgb(198,102,245); }
div.DivClassName
{
background-color: #C666F5;
}
.BgClassName
{
background-color: #C666F5;
}
</style>
border-color css
<style>
span { border-color: #C666F5; }
span { border-color: rgb(198,102,245); }
td.TdClassName
{
border-color: #C666F5;
}
.TagClassName
{
border-color: #C666F5;
}
</style>