Shades of Heliotrope #C080FF
Tints of Heliotrope #C080FF
RGB
CMYK
RGB Variations
Color information
#C080FF (or 0xC080FF) is known color: Heliotrope. HEX triplet: C0, 80 and FF. RGB value is (192,128,255). Sum of RGB (Red+Green+Blue) = 192+128+255=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 128 (50.39% from 255 or 22.26% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #C080FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C080FF is #3F7F00. Grayscale: #A1A1A1. Windows color (decimal): -4161281 or 16744640. OLE color: 16744640.
HSL color Cylindrical-coordinate representation of color #C080FF: hue angle of 270.24º 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 #C080FF is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 192 | 128 | 255 | - |
CMYK | 0.25 | 0.50 | 0 | 0 |
HSL | 270.24º | 1% | 0.75% | - |
HSV(B) | 270.24º | 0.5% | 1% | - |
XYZ | 47.51 | 33.86 | 98.64 | - |
YUV | 161.61 | 180.7 | 149.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 128 | 255 | 0.25 | 0.50 | 0 | 0 | 270.24 | 1 | 0.75 |
Hex | C0 | 80 | FF | 19 | 32 | 0 | 0 | 10E | 64 | 4B |
Octal | 300 | 200 | 377 | 31 | 62 | 0 | 0 | 416 | 144 | 113 |
Binary | 11000000 | 10000000 | 11111111 | 11001 | 110010 | 0 | 0 | 100001110 | 1100100 | 1001011 |
Color Harmonies of #C080FF
Complementary color
Monochromatic Colors of #C080FF
Black with #C080FF
Text Example
Text Example
White with #C080FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C080FF; }
p { color: rgb(192,128,255); }
H1.HeaderClassName
{
color: #C080FF;
}
.AnyTagClassName
{
color: #C080FF;
}
</style>
background-color css
<style>
a { background-color: #C080FF; }
a { background-color: rgb(192,128,255); }
div.DivClassName
{
background-color: #C080FF;
}
.BgClassName
{
background-color: #C080FF;
}
</style>
border-color css
<style>
span { border-color: #C080FF; }
span { border-color: rgb(192,128,255); }
td.TdClassName
{
border-color: #C080FF;
}
.TagClassName
{
border-color: #C080FF;
}
</style>