Shades of Heliotrope #C379FF
Tints of Heliotrope #C379FF
RGB
CMYK
RGB Variations
Color information
#C379FF (or 0xC379FF) is known color: Heliotrope. HEX triplet: C3, 79 and FF. RGB value is (195,121,255). Sum of RGB (Red+Green+Blue) = 195+121+255=571 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.15% from 571); Green value is 121 (47.66% from 255 or 21.19% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #C379FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C379FF is #3C8600. Grayscale: #9D9D9D. Windows color (decimal): -3966465 or 16742851. OLE color: 16742851.
HSL color Cylindrical-coordinate representation of color #C379FF: hue angle of 273.13º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C379FF is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 121 | 255 | - |
| CMYK | 0.24 | 0.53 | 0 | 0 |
| HSL | 273.13º | 1% | 0.74% | - |
| HSV(B) | 273.13º | 0.53% | 1% | - |
| XYZ | 47.39 | 32.5 | 98.38 | - |
| YUV | 158.4 | 182.52 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 255 | 0.24 | 0.53 | 0 | 0 | 273.13 | 1 | 0.74 |
| Hex | C3 | 79 | FF | 18 | 35 | 0 | 0 | 111 | 64 | 4A |
| Octal | 303 | 171 | 377 | 30 | 65 | 0 | 0 | 421 | 144 | 112 |
| Binary | 11000011 | 1111001 | 11111111 | 11000 | 110101 | 0 | 0 | 100010001 | 1100100 | 1001010 |
Color Harmonies of #C379FF
Complementary color
Monochromatic Colors of #C379FF
Black with #C379FF
Text Example
Text Example
White with #C379FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C379FF; }
p { color: rgb(195,121,255); }
H1.HeaderClassName
{
color: #C379FF;
}
.AnyTagClassName
{
color: #C379FF;
}
</style>
background-color css
<style>
a { background-color: #C379FF; }
a { background-color: rgb(195,121,255); }
div.DivClassName
{
background-color: #C379FF;
}
.BgClassName
{
background-color: #C379FF;
}
</style>
border-color css
<style>
span { border-color: #C379FF; }
span { border-color: rgb(195,121,255); }
td.TdClassName
{
border-color: #C379FF;
}
.TagClassName
{
border-color: #C379FF;
}
</style>