Shades of Heliotrope #C378F2
Tints of Heliotrope #C378F2
RGB
CMYK
RGB Variations
Color information
#C378F2 (or 0xC378F2) is known color: Heliotrope. HEX triplet: C3, 78 and F2. RGB value is (195,120,242). Sum of RGB (Red+Green+Blue) = 195+120+242=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 120 (47.27% from 255 or 21.54% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #C378F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C378F2 is #3C870D. Grayscale: #9B9B9B. Windows color (decimal): -3966734 or 15890627. OLE color: 15890627.
HSL color Cylindrical-coordinate representation of color #C378F2: hue angle of 276.89º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C378F2 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 120 | 242 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.05 |
| HSL | 276.89º | 0.82% | 0.71% | - |
| HSV(B) | 276.89º | 0.5% | 0.95% | - |
| XYZ | 45.25 | 31.45 | 87.69 | - |
| YUV | 156.33 | 176.35 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 242 | 0.19 | 0.50 | 0 | 0.05 | 276.89 | 0.82 | 0.71 |
| Hex | C3 | 78 | F2 | 13 | 32 | 0 | 5 | 115 | 52 | 47 |
| Octal | 303 | 170 | 362 | 23 | 62 | 0 | 5 | 425 | 122 | 107 |
| Binary | 11000011 | 1111000 | 11110010 | 10011 | 110010 | 0 | 101 | 100010101 | 1010010 | 1000111 |
Color Harmonies of #C378F2
Complementary color
Monochromatic Colors of #C378F2
Black with #C378F2
Text Example
Text Example
White with #C378F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C378F2; }
p { color: rgb(195,120,242); }
H1.HeaderClassName
{
color: #C378F2;
}
.AnyTagClassName
{
color: #C378F2;
}
</style>
background-color css
<style>
a { background-color: #C378F2; }
a { background-color: rgb(195,120,242); }
div.DivClassName
{
background-color: #C378F2;
}
.BgClassName
{
background-color: #C378F2;
}
</style>
border-color css
<style>
span { border-color: #C378F2; }
span { border-color: rgb(195,120,242); }
td.TdClassName
{
border-color: #C378F2;
}
.TagClassName
{
border-color: #C378F2;
}
</style>