Shades of Heliotrope #C481FA
Tints of Heliotrope #C481FA
RGB
CMYK
RGB Variations
Color information
#C481FA (or 0xC481FA) is known color: Heliotrope. HEX triplet: C4, 81 and FA. RGB value is (196,129,250). Sum of RGB (Red+Green+Blue) = 196+129+250=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 129 (50.78% from 255 or 22.43% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #C481FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C481FA is #3B7E05. Grayscale: #A2A2A2. Windows color (decimal): -3898886 or 16417220. OLE color: 16417220.
HSL color Cylindrical-coordinate representation of color #C481FA: hue angle of 273.22º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C481FA is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 129 | 250 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.02 |
| HSL | 273.22º | 0.92% | 0.74% | - |
| HSV(B) | 273.22º | 0.48% | 0.98% | - |
| XYZ | 47.87 | 34.34 | 94.55 | - |
| YUV | 162.83 | 177.2 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 250 | 0.22 | 0.48 | 0 | 0.02 | 273.22 | 0.92 | 0.74 |
| Hex | C4 | 81 | FA | 16 | 30 | 0 | 2 | 111 | 5C | 4A |
| Octal | 304 | 201 | 372 | 26 | 60 | 0 | 2 | 421 | 134 | 112 |
| Binary | 11000100 | 10000001 | 11111010 | 10110 | 110000 | 0 | 10 | 100010001 | 1011100 | 1001010 |
Color Harmonies of #C481FA
Complementary color
Monochromatic Colors of #C481FA
Black with #C481FA
Text Example
Text Example
White with #C481FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C481FA; }
p { color: rgb(196,129,250); }
H1.HeaderClassName
{
color: #C481FA;
}
.AnyTagClassName
{
color: #C481FA;
}
</style>
background-color css
<style>
a { background-color: #C481FA; }
a { background-color: rgb(196,129,250); }
div.DivClassName
{
background-color: #C481FA;
}
.BgClassName
{
background-color: #C481FA;
}
</style>
border-color css
<style>
span { border-color: #C481FA; }
span { border-color: rgb(196,129,250); }
td.TdClassName
{
border-color: #C481FA;
}
.TagClassName
{
border-color: #C481FA;
}
</style>