Shades of Heliotrope #C665FC
Tints of Heliotrope #C665FC
RGB
CMYK
RGB Variations
Color information
#C665FC (or 0xC665FC) is known color: Heliotrope. HEX triplet: C6, 65 and FC. RGB value is (198,101,252). Sum of RGB (Red+Green+Blue) = 198+101+252=551 (72% of max value = 765). Red value is 198 (77.73% from 255 or 35.93% from 551); Green value is 101 (39.84% from 255 or 18.33% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #C665FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C665FC is #399A03. Grayscale: #929292. Windows color (decimal): -3774980 or 16541126. OLE color: 16541126.
HSL color Cylindrical-coordinate representation of color #C665FC: hue angle of 278.54º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C665FC is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 101 | 252 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.01 |
| HSL | 278.54º | 0.96% | 0.69% | - |
| HSV(B) | 278.54º | 0.6% | 0.99% | - |
| XYZ | 45.51 | 28.34 | 95.17 | - |
| YUV | 147.22 | 187.14 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 252 | 0.21 | 0.60 | 0 | 0.01 | 278.54 | 0.96 | 0.69 |
| Hex | C6 | 65 | FC | 15 | 3C | 0 | 1 | 117 | 60 | 45 |
| Octal | 306 | 145 | 374 | 25 | 74 | 0 | 1 | 427 | 140 | 105 |
| Binary | 11000110 | 1100101 | 11111100 | 10101 | 111100 | 0 | 1 | 100010111 | 1100000 | 1000101 |
Color Harmonies of #C665FC
Complementary color
Monochromatic Colors of #C665FC
Black with #C665FC
Text Example
Text Example
White with #C665FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C665FC; }
p { color: rgb(198,101,252); }
H1.HeaderClassName
{
color: #C665FC;
}
.AnyTagClassName
{
color: #C665FC;
}
</style>
background-color css
<style>
a { background-color: #C665FC; }
a { background-color: rgb(198,101,252); }
div.DivClassName
{
background-color: #C665FC;
}
.BgClassName
{
background-color: #C665FC;
}
</style>
border-color css
<style>
span { border-color: #C665FC; }
span { border-color: rgb(198,101,252); }
td.TdClassName
{
border-color: #C665FC;
}
.TagClassName
{
border-color: #C665FC;
}
</style>