Shades of Heliotrope #C379F9
Tints of Heliotrope #C379F9
RGB
CMYK
RGB Variations
Color information
#C379F9 (or 0xC379F9) is known color: Heliotrope. HEX triplet: C3, 79 and F9. RGB value is (195,121,249). Sum of RGB (Red+Green+Blue) = 195+121+249=565 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.51% from 565); Green value is 121 (47.66% from 255 or 21.42% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #C379F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C379F9 is #3C8606. Grayscale: #9D9D9D. Windows color (decimal): -3966471 or 16349635. OLE color: 16349635.
HSL color Cylindrical-coordinate representation of color #C379F9: hue angle of 274.69º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C379F9 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 121 | 249 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.02 |
| HSL | 274.69º | 0.91% | 0.73% | - |
| HSV(B) | 274.69º | 0.51% | 0.98% | - |
| XYZ | 46.44 | 32.12 | 93.37 | - |
| YUV | 157.72 | 179.52 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 249 | 0.22 | 0.51 | 0 | 0.02 | 274.69 | 0.91 | 0.73 |
| Hex | C3 | 79 | F9 | 16 | 33 | 0 | 2 | 113 | 5B | 49 |
| Octal | 303 | 171 | 371 | 26 | 63 | 0 | 2 | 423 | 133 | 111 |
| Binary | 11000011 | 1111001 | 11111001 | 10110 | 110011 | 0 | 10 | 100010011 | 1011011 | 1001001 |
Color Harmonies of #C379F9
Complementary color
Monochromatic Colors of #C379F9
Black with #C379F9
Text Example
Text Example
White with #C379F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C379F9; }
p { color: rgb(195,121,249); }
H1.HeaderClassName
{
color: #C379F9;
}
.AnyTagClassName
{
color: #C379F9;
}
</style>
background-color css
<style>
a { background-color: #C379F9; }
a { background-color: rgb(195,121,249); }
div.DivClassName
{
background-color: #C379F9;
}
.BgClassName
{
background-color: #C379F9;
}
</style>
border-color css
<style>
span { border-color: #C379F9; }
span { border-color: rgb(195,121,249); }
td.TdClassName
{
border-color: #C379F9;
}
.TagClassName
{
border-color: #C379F9;
}
</style>