Shades of Heliotrope #C660FF
Tints of Heliotrope #C660FF
RGB
CMYK
RGB Variations
Color information
#C660FF (or 0xC660FF) is known color: Heliotrope. HEX triplet: C6, 60 and FF. RGB value is (198,96,255). Sum of RGB (Red+Green+Blue) = 198+96+255=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 96 (37.89% from 255 or 17.49% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #C660FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C660FF is #399F00. Grayscale: #909090. Windows color (decimal): -3776257 or 16736454. OLE color: 16736454.
HSL color Cylindrical-coordinate representation of color #C660FF: hue angle of 278.49º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C660FF is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 96 | 255 | - |
| CMYK | 0.22 | 0.62 | 0 | 0 |
| HSL | 278.49º | 1% | 0.69% | - |
| HSV(B) | 278.49º | 0.62% | 1% | - |
| XYZ | 45.52 | 27.59 | 97.53 | - |
| YUV | 144.62 | 190.29 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 255 | 0.22 | 0.62 | 0 | 0 | 278.49 | 1 | 0.69 |
| Hex | C6 | 60 | FF | 16 | 3E | 0 | 0 | 116 | 64 | 45 |
| Octal | 306 | 140 | 377 | 26 | 76 | 0 | 0 | 426 | 144 | 105 |
| Binary | 11000110 | 1100000 | 11111111 | 10110 | 111110 | 0 | 0 | 100010110 | 1100100 | 1000101 |
Color Harmonies of #C660FF
Complementary color
Monochromatic Colors of #C660FF
Black with #C660FF
Text Example
Text Example
White with #C660FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C660FF; }
p { color: rgb(198,96,255); }
H1.HeaderClassName
{
color: #C660FF;
}
.AnyTagClassName
{
color: #C660FF;
}
</style>
background-color css
<style>
a { background-color: #C660FF; }
a { background-color: rgb(198,96,255); }
div.DivClassName
{
background-color: #C660FF;
}
.BgClassName
{
background-color: #C660FF;
}
</style>
border-color css
<style>
span { border-color: #C660FF; }
span { border-color: rgb(198,96,255); }
td.TdClassName
{
border-color: #C660FF;
}
.TagClassName
{
border-color: #C660FF;
}
</style>