Shades of Heliotrope #C474FE
Tints of Heliotrope #C474FE
RGB
CMYK
RGB Variations
Color information
#C474FE (or 0xC474FE) is known color: Heliotrope. HEX triplet: C4, 74 and FE. RGB value is (196,116,254). Sum of RGB (Red+Green+Blue) = 196+116+254=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 116 (45.70% from 255 or 20.49% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #C474FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C474FE is #3B8B01. Grayscale: #9B9B9B. Windows color (decimal): -3902210 or 16676036. OLE color: 16676036.
HSL color Cylindrical-coordinate representation of color #C474FE: hue angle of 274.78º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C474FE is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 116 | 254 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.00 |
| HSL | 274.78º | 0.99% | 0.73% | - |
| HSV(B) | 274.78º | 0.54% | 1% | - |
| XYZ | 46.9 | 31.38 | 97.35 | - |
| YUV | 155.65 | 183.5 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 116 | 254 | 0.23 | 0.54 | 0 | 0.00 | 274.78 | 0.99 | 0.73 |
| Hex | C4 | 74 | FE | 17 | 36 | 0 | 0 | 113 | 63 | 49 |
| Octal | 304 | 164 | 376 | 27 | 66 | 0 | 0 | 423 | 143 | 111 |
| Binary | 11000100 | 1110100 | 11111110 | 10111 | 110110 | 0 | 0 | 100010011 | 1100011 | 1001001 |
Color Harmonies of #C474FE
Complementary color
Monochromatic Colors of #C474FE
Black with #C474FE
Text Example
Text Example
White with #C474FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C474FE; }
p { color: rgb(196,116,254); }
H1.HeaderClassName
{
color: #C474FE;
}
.AnyTagClassName
{
color: #C474FE;
}
</style>
background-color css
<style>
a { background-color: #C474FE; }
a { background-color: rgb(196,116,254); }
div.DivClassName
{
background-color: #C474FE;
}
.BgClassName
{
background-color: #C474FE;
}
</style>
border-color css
<style>
span { border-color: #C474FE; }
span { border-color: rgb(196,116,254); }
td.TdClassName
{
border-color: #C474FE;
}
.TagClassName
{
border-color: #C474FE;
}
</style>