Shades of Heliotrope #C375EF
Tints of Heliotrope #C375EF
RGB
CMYK
RGB Variations
Color information
#C375EF (or 0xC375EF) is known color: Heliotrope. HEX triplet: C3, 75 and EF. RGB value is (195,117,239). Sum of RGB (Red+Green+Blue) = 195+117+239=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 117 (46.09% from 255 or 21.23% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #C375EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C375EF is #3C8A10. Grayscale: #999999. Windows color (decimal): -3967505 or 15693251. OLE color: 15693251.
HSL color Cylindrical-coordinate representation of color #C375EF: hue angle of 278.36º 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 #C375EF is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 117 | 239 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.06 |
| HSL | 278.36º | 0.79% | 0.7% | - |
| HSV(B) | 278.36º | 0.51% | 0.94% | - |
| XYZ | 44.45 | 30.56 | 85.22 | - |
| YUV | 154.23 | 175.84 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 239 | 0.18 | 0.51 | 0 | 0.06 | 278.36 | 0.79 | 0.7 |
| Hex | C3 | 75 | EF | 12 | 33 | 0 | 6 | 116 | 4F | 46 |
| Octal | 303 | 165 | 357 | 22 | 63 | 0 | 6 | 426 | 117 | 106 |
| Binary | 11000011 | 1110101 | 11101111 | 10010 | 110011 | 0 | 110 | 100010110 | 1001111 | 1000110 |
Color Harmonies of #C375EF
Complementary color
Monochromatic Colors of #C375EF
Black with #C375EF
Text Example
Text Example
White with #C375EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C375EF; }
p { color: rgb(195,117,239); }
H1.HeaderClassName
{
color: #C375EF;
}
.AnyTagClassName
{
color: #C375EF;
}
</style>
background-color css
<style>
a { background-color: #C375EF; }
a { background-color: rgb(195,117,239); }
div.DivClassName
{
background-color: #C375EF;
}
.BgClassName
{
background-color: #C375EF;
}
</style>
border-color css
<style>
span { border-color: #C375EF; }
span { border-color: rgb(195,117,239); }
td.TdClassName
{
border-color: #C375EF;
}
.TagClassName
{
border-color: #C375EF;
}
</style>