Shades of Heliotrope #C378E6
Tints of Heliotrope #C378E6
RGB
CMYK
RGB Variations
Color information
#C378E6 (or 0xC378E6) is known color: Heliotrope. HEX triplet: C3, 78 and E6. RGB value is (195,120,230). Sum of RGB (Red+Green+Blue) = 195+120+230=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 120 (47.27% from 255 or 22.02% from 545); Blue value is 230 (90.23% from 255 or 42.20% from 545); Max value from RGB is 230 - color contains mainly: blue. Hex color #C378E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C378E6 is #3C8719. Grayscale: #9A9A9A. Windows color (decimal): -3966746 or 15104195. OLE color: 15104195.
HSL color Cylindrical-coordinate representation of color #C378E6: hue angle of 280.91º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C378E6 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 120 | 230 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.10 |
| HSL | 280.91º | 0.69% | 0.69% | - |
| HSV(B) | 280.91º | 0.48% | 0.9% | - |
| XYZ | 43.51 | 30.75 | 78.5 | - |
| YUV | 154.97 | 170.35 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 230 | 0.15 | 0.48 | 0 | 0.10 | 280.91 | 0.69 | 0.69 |
| Hex | C3 | 78 | E6 | F | 30 | 0 | A | 119 | 45 | 45 |
| Octal | 303 | 170 | 346 | 17 | 60 | 0 | 12 | 431 | 105 | 105 |
| Binary | 11000011 | 1111000 | 11100110 | 1111 | 110000 | 0 | 1010 | 100011001 | 1000101 | 1000101 |
Color Harmonies of #C378E6
Complementary color
Monochromatic Colors of #C378E6
Black with #C378E6
Text Example
Text Example
White with #C378E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C378E6; }
p { color: rgb(195,120,230); }
H1.HeaderClassName
{
color: #C378E6;
}
.AnyTagClassName
{
color: #C378E6;
}
</style>
background-color css
<style>
a { background-color: #C378E6; }
a { background-color: rgb(195,120,230); }
div.DivClassName
{
background-color: #C378E6;
}
.BgClassName
{
background-color: #C378E6;
}
</style>
border-color css
<style>
span { border-color: #C378E6; }
span { border-color: rgb(195,120,230); }
td.TdClassName
{
border-color: #C378E6;
}
.TagClassName
{
border-color: #C378E6;
}
</style>