Shades of Heliotrope #C468F9
Tints of Heliotrope #C468F9
RGB
CMYK
RGB Variations
Color information
#C468F9 (or 0xC468F9) is known color: Heliotrope. HEX triplet: C4, 68 and F9. RGB value is (196,104,249). Sum of RGB (Red+Green+Blue) = 196+104+249=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 104 (41.02% from 255 or 18.94% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 249 - color contains mainly: blue. Hex color #C468F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C468F9 is #3B9706. Grayscale: #939393. Windows color (decimal): -3905287 or 16345284. OLE color: 16345284.
HSL color Cylindrical-coordinate representation of color #C468F9: hue angle of 278.07º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C468F9 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 104 | 249 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.02 |
| HSL | 278.07º | 0.92% | 0.69% | - |
| HSV(B) | 278.07º | 0.58% | 0.98% | - |
| XYZ | 44.81 | 28.48 | 92.76 | - |
| YUV | 148.04 | 184.98 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 104 | 249 | 0.21 | 0.58 | 0 | 0.02 | 278.07 | 0.92 | 0.69 |
| Hex | C4 | 68 | F9 | 15 | 3A | 0 | 2 | 116 | 5C | 45 |
| Octal | 304 | 150 | 371 | 25 | 72 | 0 | 2 | 426 | 134 | 105 |
| Binary | 11000100 | 1101000 | 11111001 | 10101 | 111010 | 0 | 10 | 100010110 | 1011100 | 1000101 |
Color Harmonies of #C468F9
Complementary color
Monochromatic Colors of #C468F9
Black with #C468F9
Text Example
Text Example
White with #C468F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C468F9; }
p { color: rgb(196,104,249); }
H1.HeaderClassName
{
color: #C468F9;
}
.AnyTagClassName
{
color: #C468F9;
}
</style>
background-color css
<style>
a { background-color: #C468F9; }
a { background-color: rgb(196,104,249); }
div.DivClassName
{
background-color: #C468F9;
}
.BgClassName
{
background-color: #C468F9;
}
</style>
border-color css
<style>
span { border-color: #C468F9; }
span { border-color: rgb(196,104,249); }
td.TdClassName
{
border-color: #C468F9;
}
.TagClassName
{
border-color: #C468F9;
}
</style>