Shades of Heliotrope #C379EE
Tints of Heliotrope #C379EE
RGB
CMYK
RGB Variations
Color information
#C379EE (or 0xC379EE) is known color: Heliotrope. HEX triplet: C3, 79 and EE. RGB value is (195,121,238). Sum of RGB (Red+Green+Blue) = 195+121+238=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 121 (47.66% from 255 or 21.84% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #C379EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C379EE is #3C8611. Grayscale: #9C9C9C. Windows color (decimal): -3966482 or 15628739. OLE color: 15628739.
HSL color Cylindrical-coordinate representation of color #C379EE: hue angle of 277.95º degrees, saturation: 0.77, 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 #C379EE is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 121 | 238 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.07 |
| HSL | 277.95º | 0.77% | 0.7% | - |
| HSV(B) | 277.95º | 0.49% | 0.93% | - |
| XYZ | 44.78 | 31.45 | 84.6 | - |
| YUV | 156.46 | 174.02 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 238 | 0.18 | 0.49 | 0 | 0.07 | 277.95 | 0.77 | 0.7 |
| Hex | C3 | 79 | EE | 12 | 31 | 0 | 7 | 116 | 4D | 46 |
| Octal | 303 | 171 | 356 | 22 | 61 | 0 | 7 | 426 | 115 | 106 |
| Binary | 11000011 | 1111001 | 11101110 | 10010 | 110001 | 0 | 111 | 100010110 | 1001101 | 1000110 |
Color Harmonies of #C379EE
Complementary color
Monochromatic Colors of #C379EE
Black with #C379EE
Text Example
Text Example
White with #C379EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C379EE; }
p { color: rgb(195,121,238); }
H1.HeaderClassName
{
color: #C379EE;
}
.AnyTagClassName
{
color: #C379EE;
}
</style>
background-color css
<style>
a { background-color: #C379EE; }
a { background-color: rgb(195,121,238); }
div.DivClassName
{
background-color: #C379EE;
}
.BgClassName
{
background-color: #C379EE;
}
</style>
border-color css
<style>
span { border-color: #C379EE; }
span { border-color: rgb(195,121,238); }
td.TdClassName
{
border-color: #C379EE;
}
.TagClassName
{
border-color: #C379EE;
}
</style>