Shades of Heliotrope #C365FA
Tints of Heliotrope #C365FA
RGB
CMYK
RGB Variations
Color information
#C365FA (or 0xC365FA) is known color: Heliotrope. HEX triplet: C3, 65 and FA. RGB value is (195,101,250). Sum of RGB (Red+Green+Blue) = 195+101+250=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 101 (39.84% from 255 or 18.50% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #C365FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C365FA is #3C9A05. Grayscale: #919191. Windows color (decimal): -3971590 or 16410051. OLE color: 16410051.
HSL color Cylindrical-coordinate representation of color #C365FA: hue angle of 277.85º 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 #C365FA is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 101 | 250 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.02 |
| HSL | 277.85º | 0.94% | 0.69% | - |
| HSV(B) | 277.85º | 0.6% | 0.98% | - |
| XYZ | 44.41 | 27.81 | 93.47 | - |
| YUV | 146.09 | 186.64 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 101 | 250 | 0.22 | 0.60 | 0 | 0.02 | 277.85 | 0.94 | 0.69 |
| Hex | C3 | 65 | FA | 16 | 3C | 0 | 2 | 116 | 5E | 45 |
| Octal | 303 | 145 | 372 | 26 | 74 | 0 | 2 | 426 | 136 | 105 |
| Binary | 11000011 | 1100101 | 11111010 | 10110 | 111100 | 0 | 10 | 100010110 | 1011110 | 1000101 |
Color Harmonies of #C365FA
Complementary color
Monochromatic Colors of #C365FA
Black with #C365FA
Text Example
Text Example
White with #C365FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C365FA; }
p { color: rgb(195,101,250); }
H1.HeaderClassName
{
color: #C365FA;
}
.AnyTagClassName
{
color: #C365FA;
}
</style>
background-color css
<style>
a { background-color: #C365FA; }
a { background-color: rgb(195,101,250); }
div.DivClassName
{
background-color: #C365FA;
}
.BgClassName
{
background-color: #C365FA;
}
</style>
border-color css
<style>
span { border-color: #C365FA; }
span { border-color: rgb(195,101,250); }
td.TdClassName
{
border-color: #C365FA;
}
.TagClassName
{
border-color: #C365FA;
}
</style>