Shades of Heliotrope #C368F0
Tints of Heliotrope #C368F0
RGB
CMYK
RGB Variations
Color information
#C368F0 (or 0xC368F0) is known color: Heliotrope. HEX triplet: C3, 68 and F0. RGB value is (195,104,240). Sum of RGB (Red+Green+Blue) = 195+104+240=539 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.18% from 539); Green value is 104 (41.02% from 255 or 19.29% from 539); Blue value is 240 (94.14% from 255 or 44.53% from 539); Max value from RGB is 240 - color contains mainly: blue. Hex color #C368F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C368F0 is #3C970F. Grayscale: #929292. Windows color (decimal): -3970832 or 15755459. OLE color: 15755459.
HSL color Cylindrical-coordinate representation of color #C368F0: hue angle of 280.15º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C368F0 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 104 | 240 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.06 |
| HSL | 280.15º | 0.82% | 0.67% | - |
| HSV(B) | 280.15º | 0.57% | 0.94% | - |
| XYZ | 43.18 | 27.79 | 85.53 | - |
| YUV | 146.71 | 180.65 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 240 | 0.19 | 0.57 | 0 | 0.06 | 280.15 | 0.82 | 0.67 |
| Hex | C3 | 68 | F0 | 13 | 39 | 0 | 6 | 118 | 52 | 43 |
| Octal | 303 | 150 | 360 | 23 | 71 | 0 | 6 | 430 | 122 | 103 |
| Binary | 11000011 | 1101000 | 11110000 | 10011 | 111001 | 0 | 110 | 100011000 | 1010010 | 1000011 |
Color Harmonies of #C368F0
Complementary color
Monochromatic Colors of #C368F0
Black with #C368F0
Text Example
Text Example
White with #C368F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C368F0; }
p { color: rgb(195,104,240); }
H1.HeaderClassName
{
color: #C368F0;
}
.AnyTagClassName
{
color: #C368F0;
}
</style>
background-color css
<style>
a { background-color: #C368F0; }
a { background-color: rgb(195,104,240); }
div.DivClassName
{
background-color: #C368F0;
}
.BgClassName
{
background-color: #C368F0;
}
</style>
border-color css
<style>
span { border-color: #C368F0; }
span { border-color: rgb(195,104,240); }
td.TdClassName
{
border-color: #C368F0;
}
.TagClassName
{
border-color: #C368F0;
}
</style>