Shades of Heliotrope #C480FF
Tints of Heliotrope #C480FF
RGB
CMYK
RGB Variations
Color information
#C480FF (or 0xC480FF) is known color: Heliotrope. HEX triplet: C4, 80 and FF. RGB value is (196,128,255). Sum of RGB (Red+Green+Blue) = 196+128+255=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 128 (50.39% from 255 or 22.11% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #C480FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C480FF is #3B7F00. Grayscale: #A2A2A2. Windows color (decimal): -3899137 or 16744644. OLE color: 16744644.
HSL color Cylindrical-coordinate representation of color #C480FF: hue angle of 272.13º 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 #C480FF is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 128 | 255 | - |
| CMYK | 0.23 | 0.50 | 0 | 0 |
| HSL | 272.13º | 1% | 0.75% | - |
| HSV(B) | 272.13º | 0.5% | 1% | - |
| XYZ | 48.53 | 34.39 | 98.69 | - |
| YUV | 162.81 | 180.03 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 128 | 255 | 0.23 | 0.50 | 0 | 0 | 272.13 | 1 | 0.75 |
| Hex | C4 | 80 | FF | 17 | 32 | 0 | 0 | 110 | 64 | 4B |
| Octal | 304 | 200 | 377 | 27 | 62 | 0 | 0 | 420 | 144 | 113 |
| Binary | 11000100 | 10000000 | 11111111 | 10111 | 110010 | 0 | 0 | 100010000 | 1100100 | 1001011 |
Color Harmonies of #C480FF
Complementary color
Monochromatic Colors of #C480FF
Black with #C480FF
Text Example
Text Example
White with #C480FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C480FF; }
p { color: rgb(196,128,255); }
H1.HeaderClassName
{
color: #C480FF;
}
.AnyTagClassName
{
color: #C480FF;
}
</style>
background-color css
<style>
a { background-color: #C480FF; }
a { background-color: rgb(196,128,255); }
div.DivClassName
{
background-color: #C480FF;
}
.BgClassName
{
background-color: #C480FF;
}
</style>
border-color css
<style>
span { border-color: #C480FF; }
span { border-color: rgb(196,128,255); }
td.TdClassName
{
border-color: #C480FF;
}
.TagClassName
{
border-color: #C480FF;
}
</style>