Shades of Heliotrope #C368F5
Tints of Heliotrope #C368F5
RGB
CMYK
RGB Variations
Color information
#C368F5 (or 0xC368F5) is known color: Heliotrope. HEX triplet: C3, 68 and F5. RGB value is (195,104,245). Sum of RGB (Red+Green+Blue) = 195+104+245=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 104 (41.02% from 255 or 19.12% from 544); Blue value is 245 (96.09% from 255 or 45.04% from 544); Max value from RGB is 245 - color contains mainly: blue. Hex color #C368F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C368F5 is #3C970A. Grayscale: #929292. Windows color (decimal): -3970827 or 16083139. OLE color: 16083139.
HSL color Cylindrical-coordinate representation of color #C368F5: hue angle of 278.72º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C368F5 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 104 | 245 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.04 |
| HSL | 278.72º | 0.88% | 0.68% | - |
| HSV(B) | 278.72º | 0.58% | 0.96% | - |
| XYZ | 43.94 | 28.1 | 89.49 | - |
| YUV | 147.28 | 183.15 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 245 | 0.20 | 0.58 | 0 | 0.04 | 278.72 | 0.88 | 0.68 |
| Hex | C3 | 68 | F5 | 14 | 3A | 0 | 4 | 117 | 58 | 44 |
| Octal | 303 | 150 | 365 | 24 | 72 | 0 | 4 | 427 | 130 | 104 |
| Binary | 11000011 | 1101000 | 11110101 | 10100 | 111010 | 0 | 100 | 100010111 | 1011000 | 1000100 |
Color Harmonies of #C368F5
Complementary color
Monochromatic Colors of #C368F5
Black with #C368F5
Text Example
Text Example
White with #C368F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C368F5; }
p { color: rgb(195,104,245); }
H1.HeaderClassName
{
color: #C368F5;
}
.AnyTagClassName
{
color: #C368F5;
}
</style>
background-color css
<style>
a { background-color: #C368F5; }
a { background-color: rgb(195,104,245); }
div.DivClassName
{
background-color: #C368F5;
}
.BgClassName
{
background-color: #C368F5;
}
</style>
border-color css
<style>
span { border-color: #C368F5; }
span { border-color: rgb(195,104,245); }
td.TdClassName
{
border-color: #C368F5;
}
.TagClassName
{
border-color: #C368F5;
}
</style>