Shades of Heliotrope #C665F6
Tints of Heliotrope #C665F6
RGB
CMYK
RGB Variations
Color information
#C665F6 (or 0xC665F6) is known color: Heliotrope. HEX triplet: C6, 65 and F6. RGB value is (198,101,246). Sum of RGB (Red+Green+Blue) = 198+101+246=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 101 (39.84% from 255 or 18.53% from 545); Blue value is 246 (96.48% from 255 or 45.14% from 545); Max value from RGB is 246 - color contains mainly: blue. Hex color #C665F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C665F6 is #399A09. Grayscale: #929292. Windows color (decimal): -3774986 or 16147910. OLE color: 16147910.
HSL color Cylindrical-coordinate representation of color #C665F6: hue angle of 280.14º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C665F6 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 101 | 246 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.04 |
| HSL | 280.14º | 0.89% | 0.68% | - |
| HSV(B) | 280.14º | 0.59% | 0.96% | - |
| XYZ | 44.58 | 27.97 | 90.24 | - |
| YUV | 146.53 | 184.14 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 246 | 0.20 | 0.59 | 0 | 0.04 | 280.14 | 0.89 | 0.68 |
| Hex | C6 | 65 | F6 | 14 | 3B | 0 | 4 | 118 | 59 | 44 |
| Octal | 306 | 145 | 366 | 24 | 73 | 0 | 4 | 430 | 131 | 104 |
| Binary | 11000110 | 1100101 | 11110110 | 10100 | 111011 | 0 | 100 | 100011000 | 1011001 | 1000100 |
Color Harmonies of #C665F6
Complementary color
Monochromatic Colors of #C665F6
Black with #C665F6
Text Example
Text Example
White with #C665F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C665F6; }
p { color: rgb(198,101,246); }
H1.HeaderClassName
{
color: #C665F6;
}
.AnyTagClassName
{
color: #C665F6;
}
</style>
background-color css
<style>
a { background-color: #C665F6; }
a { background-color: rgb(198,101,246); }
div.DivClassName
{
background-color: #C665F6;
}
.BgClassName
{
background-color: #C665F6;
}
</style>
border-color css
<style>
span { border-color: #C665F6; }
span { border-color: rgb(198,101,246); }
td.TdClassName
{
border-color: #C665F6;
}
.TagClassName
{
border-color: #C665F6;
}
</style>