Shades of Heliotrope #C280FB
Tints of Heliotrope #C280FB
RGB
CMYK
RGB Variations
Color information
#C280FB (or 0xC280FB) is known color: Heliotrope. HEX triplet: C2, 80 and FB. RGB value is (194,128,251). Sum of RGB (Red+Green+Blue) = 194+128+251=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 128 (50.39% from 255 or 22.34% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #C280FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C280FB is #3D7F04. Grayscale: #A1A1A1. Windows color (decimal): -4030213 or 16482498. OLE color: 16482498.
HSL color Cylindrical-coordinate representation of color #C280FB: hue angle of 272.2º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C280FB is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 128 | 251 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.02 |
| HSL | 272.2º | 0.94% | 0.74% | - |
| HSV(B) | 272.2º | 0.49% | 0.98% | - |
| XYZ | 47.38 | 33.87 | 95.31 | - |
| YUV | 161.76 | 178.37 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 251 | 0.23 | 0.49 | 0 | 0.02 | 272.2 | 0.94 | 0.74 |
| Hex | C2 | 80 | FB | 17 | 31 | 0 | 2 | 110 | 5E | 4A |
| Octal | 302 | 200 | 373 | 27 | 61 | 0 | 2 | 420 | 136 | 112 |
| Binary | 11000010 | 10000000 | 11111011 | 10111 | 110001 | 0 | 10 | 100010000 | 1011110 | 1001010 |
Color Harmonies of #C280FB
Complementary color
Monochromatic Colors of #C280FB
Black with #C280FB
Text Example
Text Example
White with #C280FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C280FB; }
p { color: rgb(194,128,251); }
H1.HeaderClassName
{
color: #C280FB;
}
.AnyTagClassName
{
color: #C280FB;
}
</style>
background-color css
<style>
a { background-color: #C280FB; }
a { background-color: rgb(194,128,251); }
div.DivClassName
{
background-color: #C280FB;
}
.BgClassName
{
background-color: #C280FB;
}
</style>
border-color css
<style>
span { border-color: #C280FB; }
span { border-color: rgb(194,128,251); }
td.TdClassName
{
border-color: #C280FB;
}
.TagClassName
{
border-color: #C280FB;
}
</style>