Shades of Heliotrope #C680FF
Tints of Heliotrope #C680FF
RGB
CMYK
RGB Variations
Color information
#C680FF (or 0xC680FF) is known color: Heliotrope. HEX triplet: C6, 80 and FF. RGB value is (198,128,255). Sum of RGB (Red+Green+Blue) = 198+128+255=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 128 (50.39% from 255 or 22.03% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #C680FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C680FF is #397F00. Grayscale: #A2A2A2. Windows color (decimal): -3768065 or 16744646. OLE color: 16744646.
HSL color Cylindrical-coordinate representation of color #C680FF: hue angle of 273.07º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C680FF is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 128 | 255 | - |
| CMYK | 0.22 | 0.50 | 0 | 0 |
| HSL | 273.07º | 1% | 0.75% | - |
| HSV(B) | 273.07º | 0.5% | 1% | - |
| XYZ | 49.06 | 34.66 | 98.71 | - |
| YUV | 163.41 | 179.69 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 255 | 0.22 | 0.50 | 0 | 0 | 273.07 | 1 | 0.75 |
| Hex | C6 | 80 | FF | 16 | 32 | 0 | 0 | 111 | 64 | 4B |
| Octal | 306 | 200 | 377 | 26 | 62 | 0 | 0 | 421 | 144 | 113 |
| Binary | 11000110 | 10000000 | 11111111 | 10110 | 110010 | 0 | 0 | 100010001 | 1100100 | 1001011 |
Color Harmonies of #C680FF
Complementary color
Monochromatic Colors of #C680FF
Black with #C680FF
Text Example
Text Example
White with #C680FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C680FF; }
p { color: rgb(198,128,255); }
H1.HeaderClassName
{
color: #C680FF;
}
.AnyTagClassName
{
color: #C680FF;
}
</style>
background-color css
<style>
a { background-color: #C680FF; }
a { background-color: rgb(198,128,255); }
div.DivClassName
{
background-color: #C680FF;
}
.BgClassName
{
background-color: #C680FF;
}
</style>
border-color css
<style>
span { border-color: #C680FF; }
span { border-color: rgb(198,128,255); }
td.TdClassName
{
border-color: #C680FF;
}
.TagClassName
{
border-color: #C680FF;
}
</style>