Shades of Heliotrope #C379ED
Tints of Heliotrope #C379ED
RGB
CMYK
RGB Variations
Color information
#C379ED (or 0xC379ED) is known color: Heliotrope. HEX triplet: C3, 79 and ED. RGB value is (195,121,237). Sum of RGB (Red+Green+Blue) = 195+121+237=553 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.26% from 553); Green value is 121 (47.66% from 255 or 21.88% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #C379ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C379ED is #3C8612. Grayscale: #9B9B9B. Windows color (decimal): -3966483 or 15563203. OLE color: 15563203.
HSL color Cylindrical-coordinate representation of color #C379ED: hue angle of 278.28º degrees, saturation: 0.76, 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 #C379ED is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 121 | 237 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.07 |
| HSL | 278.28º | 0.76% | 0.7% | - |
| HSV(B) | 278.28º | 0.49% | 0.93% | - |
| XYZ | 44.63 | 31.39 | 83.83 | - |
| YUV | 156.35 | 173.52 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 237 | 0.18 | 0.49 | 0 | 0.07 | 278.28 | 0.76 | 0.7 |
| Hex | C3 | 79 | ED | 12 | 31 | 0 | 7 | 116 | 4C | 46 |
| Octal | 303 | 171 | 355 | 22 | 61 | 0 | 7 | 426 | 114 | 106 |
| Binary | 11000011 | 1111001 | 11101101 | 10010 | 110001 | 0 | 111 | 100010110 | 1001100 | 1000110 |
Color Harmonies of #C379ED
Complementary color
Monochromatic Colors of #C379ED
Black with #C379ED
Text Example
Text Example
White with #C379ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C379ED; }
p { color: rgb(195,121,237); }
H1.HeaderClassName
{
color: #C379ED;
}
.AnyTagClassName
{
color: #C379ED;
}
</style>
background-color css
<style>
a { background-color: #C379ED; }
a { background-color: rgb(195,121,237); }
div.DivClassName
{
background-color: #C379ED;
}
.BgClassName
{
background-color: #C379ED;
}
</style>
border-color css
<style>
span { border-color: #C379ED; }
span { border-color: rgb(195,121,237); }
td.TdClassName
{
border-color: #C379ED;
}
.TagClassName
{
border-color: #C379ED;
}
</style>