Shades of Heliotrope #C378F5
Tints of Heliotrope #C378F5
RGB
CMYK
RGB Variations
Color information
#C378F5 (or 0xC378F5) is known color: Heliotrope. HEX triplet: C3, 78 and F5. RGB value is (195,120,245). Sum of RGB (Red+Green+Blue) = 195+120+245=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 120 (47.27% from 255 or 21.43% from 560); Blue value is 245 (96.09% from 255 or 43.75% from 560); Max value from RGB is 245 - color contains mainly: blue. Hex color #C378F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C378F5 is #3C870A. Grayscale: #9C9C9C. Windows color (decimal): -3966731 or 16087235. OLE color: 16087235.
HSL color Cylindrical-coordinate representation of color #C378F5: hue angle of 276º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C378F5 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 120 | 245 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.04 |
| HSL | 276º | 0.86% | 0.72% | - |
| HSV(B) | 276º | 0.51% | 0.96% | - |
| XYZ | 45.7 | 31.63 | 90.08 | - |
| YUV | 156.68 | 177.85 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 245 | 0.20 | 0.51 | 0 | 0.04 | 276 | 0.86 | 0.72 |
| Hex | C3 | 78 | F5 | 14 | 33 | 0 | 4 | 114 | 56 | 48 |
| Octal | 303 | 170 | 365 | 24 | 63 | 0 | 4 | 424 | 126 | 110 |
| Binary | 11000011 | 1111000 | 11110101 | 10100 | 110011 | 0 | 100 | 100010100 | 1010110 | 1001000 |
Color Harmonies of #C378F5
Complementary color
Monochromatic Colors of #C378F5
Black with #C378F5
Text Example
Text Example
White with #C378F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C378F5; }
p { color: rgb(195,120,245); }
H1.HeaderClassName
{
color: #C378F5;
}
.AnyTagClassName
{
color: #C378F5;
}
</style>
background-color css
<style>
a { background-color: #C378F5; }
a { background-color: rgb(195,120,245); }
div.DivClassName
{
background-color: #C378F5;
}
.BgClassName
{
background-color: #C378F5;
}
</style>
border-color css
<style>
span { border-color: #C378F5; }
span { border-color: rgb(195,120,245); }
td.TdClassName
{
border-color: #C378F5;
}
.TagClassName
{
border-color: #C378F5;
}
</style>