Shades of Heliotrope #C668FF
Tints of Heliotrope #C668FF
RGB
CMYK
RGB Variations
Color information
#C668FF (or 0xC668FF) is known color: Heliotrope. HEX triplet: C6, 68 and FF. RGB value is (198,104,255). Sum of RGB (Red+Green+Blue) = 198+104+255=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 104 (41.02% from 255 or 18.67% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #C668FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C668FF is #399700. Grayscale: #949494. Windows color (decimal): -3774209 or 16738502. OLE color: 16738502.
HSL color Cylindrical-coordinate representation of color #C668FF: hue angle of 277.35º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C668FF is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 104 | 255 | - |
| CMYK | 0.22 | 0.59 | 0 | 0 |
| HSL | 277.35º | 1% | 0.7% | - |
| HSV(B) | 277.35º | 0.59% | 1% | - |
| XYZ | 46.29 | 29.13 | 97.79 | - |
| YUV | 149.32 | 187.64 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 104 | 255 | 0.22 | 0.59 | 0 | 0 | 277.35 | 1 | 0.7 |
| Hex | C6 | 68 | FF | 16 | 3B | 0 | 0 | 115 | 64 | 46 |
| Octal | 306 | 150 | 377 | 26 | 73 | 0 | 0 | 425 | 144 | 106 |
| Binary | 11000110 | 1101000 | 11111111 | 10110 | 111011 | 0 | 0 | 100010101 | 1100100 | 1000110 |
Color Harmonies of #C668FF
Complementary color
Monochromatic Colors of #C668FF
Black with #C668FF
Text Example
Text Example
White with #C668FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C668FF; }
p { color: rgb(198,104,255); }
H1.HeaderClassName
{
color: #C668FF;
}
.AnyTagClassName
{
color: #C668FF;
}
</style>
background-color css
<style>
a { background-color: #C668FF; }
a { background-color: rgb(198,104,255); }
div.DivClassName
{
background-color: #C668FF;
}
.BgClassName
{
background-color: #C668FF;
}
</style>
border-color css
<style>
span { border-color: #C668FF; }
span { border-color: rgb(198,104,255); }
td.TdClassName
{
border-color: #C668FF;
}
.TagClassName
{
border-color: #C668FF;
}
</style>