Shades of Heliotrope #C15AFA
Tints of Heliotrope #C15AFA
RGB
CMYK
RGB Variations
Color information
#C15AFA (or 0xC15AFA) is known color: Heliotrope. HEX triplet: C1, 5A and FA. RGB value is (193,90,250). Sum of RGB (Red+Green+Blue) = 193+90+250=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 90 (35.55% from 255 or 16.89% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #C15AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15AFA is #3EA505. Grayscale: #8A8A8A. Windows color (decimal): -4105478 or 16407233. OLE color: 16407233.
HSL color Cylindrical-coordinate representation of color #C15AFA: hue angle of 278.62º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C15AFA is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 90 | 250 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.02 |
| HSL | 278.63º | 0.94% | 0.67% | - |
| HSV(B) | 278.63º | 0.64% | 0.98% | - |
| XYZ | 42.9 | 25.55 | 93.11 | - |
| YUV | 139.04 | 190.62 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 250 | 0.23 | 0.64 | 0 | 0.02 | 278.63 | 0.94 | 0.67 |
| Hex | C1 | 5A | FA | 17 | 40 | 0 | 2 | 117 | 5E | 43 |
| Octal | 301 | 132 | 372 | 27 | 100 | 0 | 2 | 427 | 136 | 103 |
| Binary | 11000001 | 1011010 | 11111010 | 10111 | 1000000 | 0 | 10 | 100010111 | 1011110 | 1000011 |
Color Harmonies of #C15AFA
Complementary color
Monochromatic Colors of #C15AFA
Black with #C15AFA
Text Example
Text Example
White with #C15AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15AFA; }
p { color: rgb(193,90,250); }
H1.HeaderClassName
{
color: #C15AFA;
}
.AnyTagClassName
{
color: #C15AFA;
}
</style>
background-color css
<style>
a { background-color: #C15AFA; }
a { background-color: rgb(193,90,250); }
div.DivClassName
{
background-color: #C15AFA;
}
.BgClassName
{
background-color: #C15AFA;
}
</style>
border-color css
<style>
span { border-color: #C15AFA; }
span { border-color: rgb(193,90,250); }
td.TdClassName
{
border-color: #C15AFA;
}
.TagClassName
{
border-color: #C15AFA;
}
</style>