Shades of Heliotrope #C474EE
Tints of Heliotrope #C474EE
RGB
CMYK
RGB Variations
Color information
#C474EE (or 0xC474EE) is known color: Heliotrope. HEX triplet: C4, 74 and EE. RGB value is (196,116,238). Sum of RGB (Red+Green+Blue) = 196+116+238=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 116 (45.70% from 255 or 21.09% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #C474EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C474EE is #3B8B11. Grayscale: #999999. Windows color (decimal): -3902226 or 15627460. OLE color: 15627460.
HSL color Cylindrical-coordinate representation of color #C474EE: hue angle of 279.34º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C474EE is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 116 | 238 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.07 |
| HSL | 279.34º | 0.78% | 0.69% | - |
| HSV(B) | 279.34º | 0.51% | 0.93% | - |
| XYZ | 44.44 | 30.4 | 84.41 | - |
| YUV | 153.83 | 175.5 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 116 | 238 | 0.18 | 0.51 | 0 | 0.07 | 279.34 | 0.78 | 0.69 |
| Hex | C4 | 74 | EE | 12 | 33 | 0 | 7 | 117 | 4E | 45 |
| Octal | 304 | 164 | 356 | 22 | 63 | 0 | 7 | 427 | 116 | 105 |
| Binary | 11000100 | 1110100 | 11101110 | 10010 | 110011 | 0 | 111 | 100010111 | 1001110 | 1000101 |
Color Harmonies of #C474EE
Complementary color
Monochromatic Colors of #C474EE
Black with #C474EE
Text Example
Text Example
White with #C474EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C474EE; }
p { color: rgb(196,116,238); }
H1.HeaderClassName
{
color: #C474EE;
}
.AnyTagClassName
{
color: #C474EE;
}
</style>
background-color css
<style>
a { background-color: #C474EE; }
a { background-color: rgb(196,116,238); }
div.DivClassName
{
background-color: #C474EE;
}
.BgClassName
{
background-color: #C474EE;
}
</style>
border-color css
<style>
span { border-color: #C474EE; }
span { border-color: rgb(196,116,238); }
td.TdClassName
{
border-color: #C474EE;
}
.TagClassName
{
border-color: #C474EE;
}
</style>