Shades of Heliotrope #C364FA
Tints of Heliotrope #C364FA
RGB
CMYK
RGB Variations
Color information
#C364FA (or 0xC364FA) is known color: Heliotrope. HEX triplet: C3, 64 and FA. RGB value is (195,100,250). Sum of RGB (Red+Green+Blue) = 195+100+250=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 100 (39.45% from 255 or 18.35% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #C364FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C364FA is #3C9B05. Grayscale: #919191. Windows color (decimal): -3971846 or 16409795. OLE color: 16409795.
HSL color Cylindrical-coordinate representation of color #C364FA: hue angle of 278º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C364FA is Cyan = 0.22, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 100 | 250 | - |
| CMYK | 0.22 | 0.6 | 0 | 0.02 |
| HSL | 278º | 0.94% | 0.69% | - |
| HSV(B) | 278º | 0.6% | 0.98% | - |
| XYZ | 44.32 | 27.62 | 93.44 | - |
| YUV | 145.51 | 186.97 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 100 | 250 | 0.22 | 0.6 | 0 | 0.02 | 278 | 0.94 | 0.69 |
| Hex | C3 | 64 | FA | 16 | 3C | 0 | 2 | 116 | 5E | 45 |
| Octal | 303 | 144 | 372 | 26 | 74 | 0 | 2 | 426 | 136 | 105 |
| Binary | 11000011 | 1100100 | 11111010 | 10110 | 111100 | 0 | 10 | 100010110 | 1011110 | 1000101 |
Color Harmonies of #C364FA
Complementary color
Monochromatic Colors of #C364FA
Black with #C364FA
Text Example
Text Example
White with #C364FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C364FA; }
p { color: rgb(195,100,250); }
H1.HeaderClassName
{
color: #C364FA;
}
.AnyTagClassName
{
color: #C364FA;
}
</style>
background-color css
<style>
a { background-color: #C364FA; }
a { background-color: rgb(195,100,250); }
div.DivClassName
{
background-color: #C364FA;
}
.BgClassName
{
background-color: #C364FA;
}
</style>
border-color css
<style>
span { border-color: #C364FA; }
span { border-color: rgb(195,100,250); }
td.TdClassName
{
border-color: #C364FA;
}
.TagClassName
{
border-color: #C364FA;
}
</style>