Shades of Heliotrope #C660F7
Tints of Heliotrope #C660F7
RGB
CMYK
RGB Variations
Color information
#C660F7 (or 0xC660F7) is known color: Heliotrope. HEX triplet: C6, 60 and F7. RGB value is (198,96,247). Sum of RGB (Red+Green+Blue) = 198+96+247=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 96 (37.89% from 255 or 17.74% from 541); Blue value is 247 (96.88% from 255 or 45.66% from 541); Max value from RGB is 247 - color contains mainly: blue. Hex color #C660F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C660F7 is #399F08. Grayscale: #8F8F8F. Windows color (decimal): -3776265 or 16212166. OLE color: 16212166.
HSL color Cylindrical-coordinate representation of color #C660F7: hue angle of 280.53º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C660F7 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 96 | 247 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.03 |
| HSL | 280.53º | 0.9% | 0.67% | - |
| HSV(B) | 280.53º | 0.61% | 0.97% | - |
| XYZ | 44.26 | 27.09 | 90.89 | - |
| YUV | 143.71 | 186.29 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 247 | 0.20 | 0.61 | 0 | 0.03 | 280.53 | 0.9 | 0.67 |
| Hex | C6 | 60 | F7 | 14 | 3D | 0 | 3 | 119 | 5A | 43 |
| Octal | 306 | 140 | 367 | 24 | 75 | 0 | 3 | 431 | 132 | 103 |
| Binary | 11000110 | 1100000 | 11110111 | 10100 | 111101 | 0 | 11 | 100011001 | 1011010 | 1000011 |
Color Harmonies of #C660F7
Complementary color
Monochromatic Colors of #C660F7
Black with #C660F7
Text Example
Text Example
White with #C660F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C660F7; }
p { color: rgb(198,96,247); }
H1.HeaderClassName
{
color: #C660F7;
}
.AnyTagClassName
{
color: #C660F7;
}
</style>
background-color css
<style>
a { background-color: #C660F7; }
a { background-color: rgb(198,96,247); }
div.DivClassName
{
background-color: #C660F7;
}
.BgClassName
{
background-color: #C660F7;
}
</style>
border-color css
<style>
span { border-color: #C660F7; }
span { border-color: rgb(198,96,247); }
td.TdClassName
{
border-color: #C660F7;
}
.TagClassName
{
border-color: #C660F7;
}
</style>