Shades of Heliotrope #C374E8
Tints of Heliotrope #C374E8
RGB
CMYK
RGB Variations
Color information
#C374E8 (or 0xC374E8) is known color: Heliotrope. HEX triplet: C3, 74 and E8. RGB value is (195,116,232). Sum of RGB (Red+Green+Blue) = 195+116+232=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 232 (91.02% from 255 or 42.73% from 543); Max value from RGB is 232 - color contains mainly: blue. Hex color #C374E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C374E8 is #3C8B17. Grayscale: #989898. Windows color (decimal): -3967768 or 15234243. OLE color: 15234243.
HSL color Cylindrical-coordinate representation of color #C374E8: hue angle of 280.86º degrees, saturation: 0.72, 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 #C374E8 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 116 | 232 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.09 |
| HSL | 280.86º | 0.72% | 0.68% | - |
| HSV(B) | 280.86º | 0.5% | 0.91% | - |
| XYZ | 43.32 | 29.92 | 79.84 | - |
| YUV | 152.85 | 172.67 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 232 | 0.16 | 0.50 | 0 | 0.09 | 280.86 | 0.72 | 0.68 |
| Hex | C3 | 74 | E8 | 10 | 32 | 0 | 9 | 119 | 48 | 44 |
| Octal | 303 | 164 | 350 | 20 | 62 | 0 | 11 | 431 | 110 | 104 |
| Binary | 11000011 | 1110100 | 11101000 | 10000 | 110010 | 0 | 1001 | 100011001 | 1001000 | 1000100 |
Color Harmonies of #C374E8
Complementary color
Monochromatic Colors of #C374E8
Black with #C374E8
Text Example
Text Example
White with #C374E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C374E8; }
p { color: rgb(195,116,232); }
H1.HeaderClassName
{
color: #C374E8;
}
.AnyTagClassName
{
color: #C374E8;
}
</style>
background-color css
<style>
a { background-color: #C374E8; }
a { background-color: rgb(195,116,232); }
div.DivClassName
{
background-color: #C374E8;
}
.BgClassName
{
background-color: #C374E8;
}
</style>
border-color css
<style>
span { border-color: #C374E8; }
span { border-color: rgb(195,116,232); }
td.TdClassName
{
border-color: #C374E8;
}
.TagClassName
{
border-color: #C374E8;
}
</style>