Shades of Heliotrope #C368F3
Tints of Heliotrope #C368F3
RGB
CMYK
RGB Variations
Color information
#C368F3 (or 0xC368F3) is known color: Heliotrope. HEX triplet: C3, 68 and F3. RGB value is (195,104,243). Sum of RGB (Red+Green+Blue) = 195+104+243=542 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.98% from 542); Green value is 104 (41.02% from 255 or 19.19% from 542); Blue value is 243 (95.31% from 255 or 44.83% from 542); Max value from RGB is 243 - color contains mainly: blue. Hex color #C368F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C368F3 is #3C970C. Grayscale: #929292. Windows color (decimal): -3970829 or 15952067. OLE color: 15952067.
HSL color Cylindrical-coordinate representation of color #C368F3: hue angle of 279.28º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C368F3 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 104 | 243 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.05 |
| HSL | 279.28º | 0.85% | 0.68% | - |
| HSV(B) | 279.28º | 0.57% | 0.95% | - |
| XYZ | 43.63 | 27.97 | 87.89 | - |
| YUV | 147.06 | 182.15 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 243 | 0.20 | 0.57 | 0 | 0.05 | 279.28 | 0.85 | 0.68 |
| Hex | C3 | 68 | F3 | 14 | 39 | 0 | 5 | 117 | 55 | 44 |
| Octal | 303 | 150 | 363 | 24 | 71 | 0 | 5 | 427 | 125 | 104 |
| Binary | 11000011 | 1101000 | 11110011 | 10100 | 111001 | 0 | 101 | 100010111 | 1010101 | 1000100 |
Color Harmonies of #C368F3
Complementary color
Monochromatic Colors of #C368F3
Black with #C368F3
Text Example
Text Example
White with #C368F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C368F3; }
p { color: rgb(195,104,243); }
H1.HeaderClassName
{
color: #C368F3;
}
.AnyTagClassName
{
color: #C368F3;
}
</style>
background-color css
<style>
a { background-color: #C368F3; }
a { background-color: rgb(195,104,243); }
div.DivClassName
{
background-color: #C368F3;
}
.BgClassName
{
background-color: #C368F3;
}
</style>
border-color css
<style>
span { border-color: #C368F3; }
span { border-color: rgb(195,104,243); }
td.TdClassName
{
border-color: #C368F3;
}
.TagClassName
{
border-color: #C368F3;
}
</style>