Shades of Heliotrope #C481FF
Tints of Heliotrope #C481FF
RGB
CMYK
RGB Variations
Color information
#C481FF (or 0xC481FF) is known color: Heliotrope. HEX triplet: C4, 81 and FF. RGB value is (196,129,255). Sum of RGB (Red+Green+Blue) = 196+129+255=580 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.79% from 580); Green value is 129 (50.78% from 255 or 22.24% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #C481FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C481FF is #3B7E00. Grayscale: #A2A2A2. Windows color (decimal): -3898881 or 16744900. OLE color: 16744900.
HSL color Cylindrical-coordinate representation of color #C481FF: hue angle of 271.9º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C481FF is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 129 | 255 | - |
| CMYK | 0.23 | 0.49 | 0 | 0 |
| HSL | 271.9º | 1% | 0.75% | - |
| HSV(B) | 271.9º | 0.49% | 1% | - |
| XYZ | 48.67 | 34.66 | 98.73 | - |
| YUV | 163.4 | 179.7 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 255 | 0.23 | 0.49 | 0 | 0 | 271.9 | 1 | 0.75 |
| Hex | C4 | 81 | FF | 17 | 31 | 0 | 0 | 110 | 64 | 4B |
| Octal | 304 | 201 | 377 | 27 | 61 | 0 | 0 | 420 | 144 | 113 |
| Binary | 11000100 | 10000001 | 11111111 | 10111 | 110001 | 0 | 0 | 100010000 | 1100100 | 1001011 |
Color Harmonies of #C481FF
Complementary color
Monochromatic Colors of #C481FF
Black with #C481FF
Text Example
Text Example
White with #C481FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C481FF; }
p { color: rgb(196,129,255); }
H1.HeaderClassName
{
color: #C481FF;
}
.AnyTagClassName
{
color: #C481FF;
}
</style>
background-color css
<style>
a { background-color: #C481FF; }
a { background-color: rgb(196,129,255); }
div.DivClassName
{
background-color: #C481FF;
}
.BgClassName
{
background-color: #C481FF;
}
</style>
border-color css
<style>
span { border-color: #C481FF; }
span { border-color: rgb(196,129,255); }
td.TdClassName
{
border-color: #C481FF;
}
.TagClassName
{
border-color: #C481FF;
}
</style>