Shades of Heliotrope #C665F7
Tints of Heliotrope #C665F7
RGB
CMYK
RGB Variations
Color information
#C665F7 (or 0xC665F7) is known color: Heliotrope. HEX triplet: C6, 65 and F7. RGB value is (198,101,247). Sum of RGB (Red+Green+Blue) = 198+101+247=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 101 (39.84% from 255 or 18.50% from 546); Blue value is 247 (96.88% from 255 or 45.24% from 546); Max value from RGB is 247 - color contains mainly: blue. Hex color #C665F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C665F7 is #399A08. Grayscale: #929292. Windows color (decimal): -3774985 or 16213446. OLE color: 16213446.
HSL color Cylindrical-coordinate representation of color #C665F7: hue angle of 279.86º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C665F7 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 101 | 247 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.03 |
| HSL | 279.86º | 0.9% | 0.68% | - |
| HSV(B) | 279.86º | 0.59% | 0.97% | - |
| XYZ | 44.73 | 28.03 | 91.05 | - |
| YUV | 146.65 | 184.64 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 247 | 0.20 | 0.59 | 0 | 0.03 | 279.86 | 0.9 | 0.68 |
| Hex | C6 | 65 | F7 | 14 | 3B | 0 | 3 | 118 | 5A | 44 |
| Octal | 306 | 145 | 367 | 24 | 73 | 0 | 3 | 430 | 132 | 104 |
| Binary | 11000110 | 1100101 | 11110111 | 10100 | 111011 | 0 | 11 | 100011000 | 1011010 | 1000100 |
Color Harmonies of #C665F7
Complementary color
Monochromatic Colors of #C665F7
Black with #C665F7
Text Example
Text Example
White with #C665F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C665F7; }
p { color: rgb(198,101,247); }
H1.HeaderClassName
{
color: #C665F7;
}
.AnyTagClassName
{
color: #C665F7;
}
</style>
background-color css
<style>
a { background-color: #C665F7; }
a { background-color: rgb(198,101,247); }
div.DivClassName
{
background-color: #C665F7;
}
.BgClassName
{
background-color: #C665F7;
}
</style>
border-color css
<style>
span { border-color: #C665F7; }
span { border-color: rgb(198,101,247); }
td.TdClassName
{
border-color: #C665F7;
}
.TagClassName
{
border-color: #C665F7;
}
</style>