Shades of Heliotrope #C379EC
Tints of Heliotrope #C379EC
RGB
CMYK
RGB Variations
Color information
#C379EC (or 0xC379EC) is known color: Heliotrope. HEX triplet: C3, 79 and EC. RGB value is (195,121,236). Sum of RGB (Red+Green+Blue) = 195+121+236=552 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.33% from 552); Green value is 121 (47.66% from 255 or 21.92% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #C379EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C379EC is #3C8613. Grayscale: #9B9B9B. Windows color (decimal): -3966484 or 15497667. OLE color: 15497667.
HSL color Cylindrical-coordinate representation of color #C379EC: hue angle of 278.61º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C379EC is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 121 | 236 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.07 |
| HSL | 278.61º | 0.75% | 0.7% | - |
| HSV(B) | 278.61º | 0.49% | 0.93% | - |
| XYZ | 44.48 | 31.33 | 83.06 | - |
| YUV | 156.24 | 173.02 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 236 | 0.17 | 0.49 | 0 | 0.07 | 278.61 | 0.75 | 0.7 |
| Hex | C3 | 79 | EC | 11 | 31 | 0 | 7 | 117 | 4B | 46 |
| Octal | 303 | 171 | 354 | 21 | 61 | 0 | 7 | 427 | 113 | 106 |
| Binary | 11000011 | 1111001 | 11101100 | 10001 | 110001 | 0 | 111 | 100010111 | 1001011 | 1000110 |
Color Harmonies of #C379EC
Complementary color
Monochromatic Colors of #C379EC
Black with #C379EC
Text Example
Text Example
White with #C379EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C379EC; }
p { color: rgb(195,121,236); }
H1.HeaderClassName
{
color: #C379EC;
}
.AnyTagClassName
{
color: #C379EC;
}
</style>
background-color css
<style>
a { background-color: #C379EC; }
a { background-color: rgb(195,121,236); }
div.DivClassName
{
background-color: #C379EC;
}
.BgClassName
{
background-color: #C379EC;
}
</style>
border-color css
<style>
span { border-color: #C379EC; }
span { border-color: rgb(195,121,236); }
td.TdClassName
{
border-color: #C379EC;
}
.TagClassName
{
border-color: #C379EC;
}
</style>