Shades of Heliotrope #C280FF
Tints of Heliotrope #C280FF
RGB
CMYK
RGB Variations
Color information
#C280FF (or 0xC280FF) is known color: Heliotrope. HEX triplet: C2, 80 and FF. RGB value is (194,128,255). Sum of RGB (Red+Green+Blue) = 194+128+255=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 128 (50.39% from 255 or 22.18% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #C280FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C280FF is #3D7F00. Grayscale: #A1A1A1. Windows color (decimal): -4030209 or 16744642. OLE color: 16744642.
HSL color Cylindrical-coordinate representation of color #C280FF: hue angle of 271.18º 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 #C280FF is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 128 | 255 | - |
| CMYK | 0.24 | 0.50 | 0 | 0 |
| HSL | 271.18º | 1% | 0.75% | - |
| HSV(B) | 271.18º | 0.5% | 1% | - |
| XYZ | 48.02 | 34.13 | 98.66 | - |
| YUV | 162.21 | 180.37 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 255 | 0.24 | 0.50 | 0 | 0 | 271.18 | 1 | 0.75 |
| Hex | C2 | 80 | FF | 18 | 32 | 0 | 0 | 10F | 64 | 4B |
| Octal | 302 | 200 | 377 | 30 | 62 | 0 | 0 | 417 | 144 | 113 |
| Binary | 11000010 | 10000000 | 11111111 | 11000 | 110010 | 0 | 0 | 100001111 | 1100100 | 1001011 |
Color Harmonies of #C280FF
Complementary color
Monochromatic Colors of #C280FF
Black with #C280FF
Text Example
Text Example
White with #C280FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C280FF; }
p { color: rgb(194,128,255); }
H1.HeaderClassName
{
color: #C280FF;
}
.AnyTagClassName
{
color: #C280FF;
}
</style>
background-color css
<style>
a { background-color: #C280FF; }
a { background-color: rgb(194,128,255); }
div.DivClassName
{
background-color: #C280FF;
}
.BgClassName
{
background-color: #C280FF;
}
</style>
border-color css
<style>
span { border-color: #C280FF; }
span { border-color: rgb(194,128,255); }
td.TdClassName
{
border-color: #C280FF;
}
.TagClassName
{
border-color: #C280FF;
}
</style>