Shades of Heliotrope #C469F0
Tints of Heliotrope #C469F0
RGB
CMYK
RGB Variations
Color information
#C469F0 (or 0xC469F0) is known color: Heliotrope. HEX triplet: C4, 69 and F0. RGB value is (196,105,240). Sum of RGB (Red+Green+Blue) = 196+105+240=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 105 (41.41% from 255 or 19.41% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 240 - color contains mainly: blue. Hex color #C469F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C469F0 is #3B960F. Grayscale: #939393. Windows color (decimal): -3905040 or 15755716. OLE color: 15755716.
HSL color Cylindrical-coordinate representation of color #C469F0: hue angle of 280.44º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C469F0 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 105 | 240 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.06 |
| HSL | 280.44º | 0.82% | 0.68% | - |
| HSV(B) | 280.44º | 0.56% | 0.94% | - |
| XYZ | 43.54 | 28.13 | 85.57 | - |
| YUV | 147.6 | 180.15 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 105 | 240 | 0.18 | 0.56 | 0 | 0.06 | 280.44 | 0.82 | 0.68 |
| Hex | C4 | 69 | F0 | 12 | 38 | 0 | 6 | 118 | 52 | 44 |
| Octal | 304 | 151 | 360 | 22 | 70 | 0 | 6 | 430 | 122 | 104 |
| Binary | 11000100 | 1101001 | 11110000 | 10010 | 111000 | 0 | 110 | 100011000 | 1010010 | 1000100 |
Color Harmonies of #C469F0
Complementary color
Monochromatic Colors of #C469F0
Black with #C469F0
Text Example
Text Example
White with #C469F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C469F0; }
p { color: rgb(196,105,240); }
H1.HeaderClassName
{
color: #C469F0;
}
.AnyTagClassName
{
color: #C469F0;
}
</style>
background-color css
<style>
a { background-color: #C469F0; }
a { background-color: rgb(196,105,240); }
div.DivClassName
{
background-color: #C469F0;
}
.BgClassName
{
background-color: #C469F0;
}
</style>
border-color css
<style>
span { border-color: #C469F0; }
span { border-color: rgb(196,105,240); }
td.TdClassName
{
border-color: #C469F0;
}
.TagClassName
{
border-color: #C469F0;
}
</style>