Shades of Heliotrope #C468F0
Tints of Heliotrope #C468F0
RGB
CMYK
RGB Variations
Color information
#C468F0 (or 0xC468F0) is known color: Heliotrope. HEX triplet: C4, 68 and F0. RGB value is (196,104,240). Sum of RGB (Red+Green+Blue) = 196+104+240=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 104 (41.02% from 255 or 19.26% from 540); Blue value is 240 (94.14% from 255 or 44.44% from 540); Max value from RGB is 240 - color contains mainly: blue. Hex color #C468F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C468F0 is #3B970F. Grayscale: #929292. Windows color (decimal): -3905296 or 15755460. OLE color: 15755460.
HSL color Cylindrical-coordinate representation of color #C468F0: hue angle of 280.59º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C468F0 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 104 | 240 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.06 |
| HSL | 280.59º | 0.82% | 0.67% | - |
| HSV(B) | 280.59º | 0.57% | 0.94% | - |
| XYZ | 43.44 | 27.93 | 85.54 | - |
| YUV | 147.01 | 180.48 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 104 | 240 | 0.18 | 0.57 | 0 | 0.06 | 280.59 | 0.82 | 0.67 |
| Hex | C4 | 68 | F0 | 12 | 39 | 0 | 6 | 119 | 52 | 43 |
| Octal | 304 | 150 | 360 | 22 | 71 | 0 | 6 | 431 | 122 | 103 |
| Binary | 11000100 | 1101000 | 11110000 | 10010 | 111001 | 0 | 110 | 100011001 | 1010010 | 1000011 |
Color Harmonies of #C468F0
Complementary color
Monochromatic Colors of #C468F0
Black with #C468F0
Text Example
Text Example
White with #C468F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C468F0; }
p { color: rgb(196,104,240); }
H1.HeaderClassName
{
color: #C468F0;
}
.AnyTagClassName
{
color: #C468F0;
}
</style>
background-color css
<style>
a { background-color: #C468F0; }
a { background-color: rgb(196,104,240); }
div.DivClassName
{
background-color: #C468F0;
}
.BgClassName
{
background-color: #C468F0;
}
</style>
border-color css
<style>
span { border-color: #C468F0; }
span { border-color: rgb(196,104,240); }
td.TdClassName
{
border-color: #C468F0;
}
.TagClassName
{
border-color: #C468F0;
}
</style>