Shades of Heliotrope #C374EF
Tints of Heliotrope #C374EF
RGB
CMYK
RGB Variations
Color information
#C374EF (or 0xC374EF) is known color: Heliotrope. HEX triplet: C3, 74 and EF. RGB value is (195,116,239). Sum of RGB (Red+Green+Blue) = 195+116+239=550 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.45% from 550); Green value is 116 (45.70% from 255 or 21.09% from 550); Blue value is 239 (93.75% from 255 or 43.45% from 550); Max value from RGB is 239 - color contains mainly: blue. Hex color #C374EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C374EF is #3C8B10. Grayscale: #999999. Windows color (decimal): -3967761 or 15692995. OLE color: 15692995.
HSL color Cylindrical-coordinate representation of color #C374EF: hue angle of 278.54º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C374EF is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 116 | 239 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.06 |
| HSL | 278.54º | 0.79% | 0.7% | - |
| HSV(B) | 278.54º | 0.51% | 0.94% | - |
| XYZ | 44.33 | 30.32 | 85.18 | - |
| YUV | 153.64 | 176.17 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 239 | 0.18 | 0.51 | 0 | 0.06 | 278.54 | 0.79 | 0.7 |
| Hex | C3 | 74 | EF | 12 | 33 | 0 | 6 | 117 | 4F | 46 |
| Octal | 303 | 164 | 357 | 22 | 63 | 0 | 6 | 427 | 117 | 106 |
| Binary | 11000011 | 1110100 | 11101111 | 10010 | 110011 | 0 | 110 | 100010111 | 1001111 | 1000110 |
Color Harmonies of #C374EF
Complementary color
Monochromatic Colors of #C374EF
Black with #C374EF
Text Example
Text Example
White with #C374EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C374EF; }
p { color: rgb(195,116,239); }
H1.HeaderClassName
{
color: #C374EF;
}
.AnyTagClassName
{
color: #C374EF;
}
</style>
background-color css
<style>
a { background-color: #C374EF; }
a { background-color: rgb(195,116,239); }
div.DivClassName
{
background-color: #C374EF;
}
.BgClassName
{
background-color: #C374EF;
}
</style>
border-color css
<style>
span { border-color: #C374EF; }
span { border-color: rgb(195,116,239); }
td.TdClassName
{
border-color: #C374EF;
}
.TagClassName
{
border-color: #C374EF;
}
</style>