Shades of Heliotrope #C481FE
Tints of Heliotrope #C481FE
RGB
CMYK
RGB Variations
Color information
#C481FE (or 0xC481FE) is known color: Heliotrope. HEX triplet: C4, 81 and FE. RGB value is (196,129,254). Sum of RGB (Red+Green+Blue) = 196+129+254=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 129 (50.78% from 255 or 22.28% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #C481FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C481FE is #3B7E01. Grayscale: #A2A2A2. Windows color (decimal): -3898882 or 16679364. OLE color: 16679364.
HSL color Cylindrical-coordinate representation of color #C481FE: hue angle of 272.16º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C481FE is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 129 | 254 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.00 |
| HSL | 272.16º | 0.98% | 0.75% | - |
| HSV(B) | 272.16º | 0.49% | 1% | - |
| XYZ | 48.5 | 34.59 | 97.89 | - |
| YUV | 163.28 | 179.2 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 254 | 0.23 | 0.49 | 0 | 0.00 | 272.16 | 0.98 | 0.75 |
| Hex | C4 | 81 | FE | 17 | 31 | 0 | 0 | 110 | 62 | 4B |
| Octal | 304 | 201 | 376 | 27 | 61 | 0 | 0 | 420 | 142 | 113 |
| Binary | 11000100 | 10000001 | 11111110 | 10111 | 110001 | 0 | 0 | 100010000 | 1100010 | 1001011 |
Color Harmonies of #C481FE
Complementary color
Monochromatic Colors of #C481FE
Black with #C481FE
Text Example
Text Example
White with #C481FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C481FE; }
p { color: rgb(196,129,254); }
H1.HeaderClassName
{
color: #C481FE;
}
.AnyTagClassName
{
color: #C481FE;
}
</style>
background-color css
<style>
a { background-color: #C481FE; }
a { background-color: rgb(196,129,254); }
div.DivClassName
{
background-color: #C481FE;
}
.BgClassName
{
background-color: #C481FE;
}
</style>
border-color css
<style>
span { border-color: #C481FE; }
span { border-color: rgb(196,129,254); }
td.TdClassName
{
border-color: #C481FE;
}
.TagClassName
{
border-color: #C481FE;
}
</style>