Shades of Heliotrope #C368F4
Tints of Heliotrope #C368F4
RGB
CMYK
RGB Variations
Color information
#C368F4 (or 0xC368F4) is known color: Heliotrope. HEX triplet: C3, 68 and F4. RGB value is (195,104,244). Sum of RGB (Red+Green+Blue) = 195+104+244=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 104 (41.02% from 255 or 19.15% from 543); Blue value is 244 (95.70% from 255 or 44.94% from 543); Max value from RGB is 244 - color contains mainly: blue. Hex color #C368F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C368F4 is #3C970B. Grayscale: #929292. Windows color (decimal): -3970828 or 16017603. OLE color: 16017603.
HSL color Cylindrical-coordinate representation of color #C368F4: hue angle of 279º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C368F4 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 104 | 244 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.04 |
| HSL | 279º | 0.86% | 0.68% | - |
| HSV(B) | 279º | 0.57% | 0.96% | - |
| XYZ | 43.79 | 28.03 | 88.69 | - |
| YUV | 147.17 | 182.65 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 244 | 0.20 | 0.57 | 0 | 0.04 | 279 | 0.86 | 0.68 |
| Hex | C3 | 68 | F4 | 14 | 39 | 0 | 4 | 117 | 56 | 44 |
| Octal | 303 | 150 | 364 | 24 | 71 | 0 | 4 | 427 | 126 | 104 |
| Binary | 11000011 | 1101000 | 11110100 | 10100 | 111001 | 0 | 100 | 100010111 | 1010110 | 1000100 |
Color Harmonies of #C368F4
Complementary color
Monochromatic Colors of #C368F4
Black with #C368F4
Text Example
Text Example
White with #C368F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C368F4; }
p { color: rgb(195,104,244); }
H1.HeaderClassName
{
color: #C368F4;
}
.AnyTagClassName
{
color: #C368F4;
}
</style>
background-color css
<style>
a { background-color: #C368F4; }
a { background-color: rgb(195,104,244); }
div.DivClassName
{
background-color: #C368F4;
}
.BgClassName
{
background-color: #C368F4;
}
</style>
border-color css
<style>
span { border-color: #C368F4; }
span { border-color: rgb(195,104,244); }
td.TdClassName
{
border-color: #C368F4;
}
.TagClassName
{
border-color: #C368F4;
}
</style>