Shades of Heliotrope #C361FC
Tints of Heliotrope #C361FC
RGB
CMYK
RGB Variations
Color information
#C361FC (or 0xC361FC) is known color: Heliotrope. HEX triplet: C3, 61 and FC. RGB value is (195,97,252). Sum of RGB (Red+Green+Blue) = 195+97+252=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 97 (38.28% from 255 or 17.83% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #C361FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C361FC is #3C9E03. Grayscale: #8F8F8F. Windows color (decimal): -3972612 or 16540099. OLE color: 16540099.
HSL color Cylindrical-coordinate representation of color #C361FC: hue angle of 277.94º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C361FC is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 97 | 252 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.01 |
| HSL | 277.94º | 0.96% | 0.68% | - |
| HSV(B) | 277.94º | 0.62% | 0.99% | - |
| XYZ | 44.35 | 27.18 | 95 | - |
| YUV | 143.97 | 188.97 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 252 | 0.23 | 0.62 | 0 | 0.01 | 277.94 | 0.96 | 0.68 |
| Hex | C3 | 61 | FC | 17 | 3E | 0 | 1 | 116 | 60 | 44 |
| Octal | 303 | 141 | 374 | 27 | 76 | 0 | 1 | 426 | 140 | 104 |
| Binary | 11000011 | 1100001 | 11111100 | 10111 | 111110 | 0 | 1 | 100010110 | 1100000 | 1000100 |
Color Harmonies of #C361FC
Complementary color
Monochromatic Colors of #C361FC
Black with #C361FC
Text Example
Text Example
White with #C361FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C361FC; }
p { color: rgb(195,97,252); }
H1.HeaderClassName
{
color: #C361FC;
}
.AnyTagClassName
{
color: #C361FC;
}
</style>
background-color css
<style>
a { background-color: #C361FC; }
a { background-color: rgb(195,97,252); }
div.DivClassName
{
background-color: #C361FC;
}
.BgClassName
{
background-color: #C361FC;
}
</style>
border-color css
<style>
span { border-color: #C361FC; }
span { border-color: rgb(195,97,252); }
td.TdClassName
{
border-color: #C361FC;
}
.TagClassName
{
border-color: #C361FC;
}
</style>