Shades of Heliotrope #C280F4
Tints of Heliotrope #C280F4
RGB
CMYK
RGB Variations
Color information
#C280F4 (or 0xC280F4) is known color: Heliotrope. HEX triplet: C2, 80 and F4. RGB value is (194,128,244). Sum of RGB (Red+Green+Blue) = 194+128+244=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 244 (95.70% from 255 or 43.11% from 566); Max value from RGB is 244 - color contains mainly: blue. Hex color #C280F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C280F4 is #3D7F0B. Grayscale: #A0A0A0. Windows color (decimal): -4030220 or 16023746. OLE color: 16023746.
HSL color Cylindrical-coordinate representation of color #C280F4: hue angle of 274.14º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C280F4 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 128 | 244 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.04 |
| HSL | 274.14º | 0.84% | 0.73% | - |
| HSV(B) | 274.14º | 0.48% | 0.96% | - |
| XYZ | 46.3 | 33.44 | 89.6 | - |
| YUV | 160.96 | 174.87 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 244 | 0.20 | 0.48 | 0 | 0.04 | 274.14 | 0.84 | 0.73 |
| Hex | C2 | 80 | F4 | 14 | 30 | 0 | 4 | 112 | 54 | 49 |
| Octal | 302 | 200 | 364 | 24 | 60 | 0 | 4 | 422 | 124 | 111 |
| Binary | 11000010 | 10000000 | 11110100 | 10100 | 110000 | 0 | 100 | 100010010 | 1010100 | 1001001 |
Color Harmonies of #C280F4
Complementary color
Monochromatic Colors of #C280F4
Black with #C280F4
Text Example
Text Example
White with #C280F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C280F4; }
p { color: rgb(194,128,244); }
H1.HeaderClassName
{
color: #C280F4;
}
.AnyTagClassName
{
color: #C280F4;
}
</style>
background-color css
<style>
a { background-color: #C280F4; }
a { background-color: rgb(194,128,244); }
div.DivClassName
{
background-color: #C280F4;
}
.BgClassName
{
background-color: #C280F4;
}
</style>
border-color css
<style>
span { border-color: #C280F4; }
span { border-color: rgb(194,128,244); }
td.TdClassName
{
border-color: #C280F4;
}
.TagClassName
{
border-color: #C280F4;
}
</style>