Shades of Heliotrope #C374E7
Tints of Heliotrope #C374E7
RGB
CMYK
RGB Variations
Color information
#C374E7 (or 0xC374E7) is known color: Heliotrope. HEX triplet: C3, 74 and E7. RGB value is (195,116,231). Sum of RGB (Red+Green+Blue) = 195+116+231=542 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.98% from 542); Green value is 116 (45.70% from 255 or 21.40% from 542); Blue value is 231 (90.62% from 255 or 42.62% from 542); Max value from RGB is 231 - color contains mainly: blue. Hex color #C374E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C374E7 is #3C8B18. Grayscale: #989898. Windows color (decimal): -3967769 or 15168707. OLE color: 15168707.
HSL color Cylindrical-coordinate representation of color #C374E7: hue angle of 281.22º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C374E7 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 116 | 231 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.09 |
| HSL | 281.22º | 0.71% | 0.68% | - |
| HSV(B) | 281.22º | 0.5% | 0.91% | - |
| XYZ | 43.17 | 29.86 | 79.09 | - |
| YUV | 152.73 | 172.17 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 231 | 0.16 | 0.50 | 0 | 0.09 | 281.22 | 0.71 | 0.68 |
| Hex | C3 | 74 | E7 | 10 | 32 | 0 | 9 | 119 | 47 | 44 |
| Octal | 303 | 164 | 347 | 20 | 62 | 0 | 11 | 431 | 107 | 104 |
| Binary | 11000011 | 1110100 | 11100111 | 10000 | 110010 | 0 | 1001 | 100011001 | 1000111 | 1000100 |
Color Harmonies of #C374E7
Complementary color
Monochromatic Colors of #C374E7
Black with #C374E7
Text Example
Text Example
White with #C374E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C374E7; }
p { color: rgb(195,116,231); }
H1.HeaderClassName
{
color: #C374E7;
}
.AnyTagClassName
{
color: #C374E7;
}
</style>
background-color css
<style>
a { background-color: #C374E7; }
a { background-color: rgb(195,116,231); }
div.DivClassName
{
background-color: #C374E7;
}
.BgClassName
{
background-color: #C374E7;
}
</style>
border-color css
<style>
span { border-color: #C374E7; }
span { border-color: rgb(195,116,231); }
td.TdClassName
{
border-color: #C374E7;
}
.TagClassName
{
border-color: #C374E7;
}
</style>