Shades of Heliotrope #C471FF
Tints of Heliotrope #C471FF
RGB
CMYK
RGB Variations
Color information
#C471FF (or 0xC471FF) is known color: Heliotrope. HEX triplet: C4, 71 and FF. RGB value is (196,113,255). Sum of RGB (Red+Green+Blue) = 196+113+255=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 113 (44.53% from 255 or 20.04% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #C471FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C471FF is #3B8E00. Grayscale: #999999. Windows color (decimal): -3902977 or 16740804. OLE color: 16740804.
HSL color Cylindrical-coordinate representation of color #C471FF: hue angle of 275.07º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C471FF is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 113 | 255 | - |
| CMYK | 0.23 | 0.56 | 0 | 0 |
| HSL | 275.07º | 1% | 0.72% | - |
| HSV(B) | 275.07º | 0.56% | 1% | - |
| XYZ | 46.72 | 30.77 | 98.08 | - |
| YUV | 154.01 | 185 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 255 | 0.23 | 0.56 | 0 | 0 | 275.07 | 1 | 0.72 |
| Hex | C4 | 71 | FF | 17 | 38 | 0 | 0 | 113 | 64 | 48 |
| Octal | 304 | 161 | 377 | 27 | 70 | 0 | 0 | 423 | 144 | 110 |
| Binary | 11000100 | 1110001 | 11111111 | 10111 | 111000 | 0 | 0 | 100010011 | 1100100 | 1001000 |
Color Harmonies of #C471FF
Complementary color
Monochromatic Colors of #C471FF
Black with #C471FF
Text Example
Text Example
White with #C471FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C471FF; }
p { color: rgb(196,113,255); }
H1.HeaderClassName
{
color: #C471FF;
}
.AnyTagClassName
{
color: #C471FF;
}
</style>
background-color css
<style>
a { background-color: #C471FF; }
a { background-color: rgb(196,113,255); }
div.DivClassName
{
background-color: #C471FF;
}
.BgClassName
{
background-color: #C471FF;
}
</style>
border-color css
<style>
span { border-color: #C471FF; }
span { border-color: rgb(196,113,255); }
td.TdClassName
{
border-color: #C471FF;
}
.TagClassName
{
border-color: #C471FF;
}
</style>