Shades of Heliotrope #C15AFC
Tints of Heliotrope #C15AFC
RGB
CMYK
RGB Variations
Color information
#C15AFC (or 0xC15AFC) is known color: Heliotrope. HEX triplet: C1, 5A and FC. RGB value is (193,90,252). Sum of RGB (Red+Green+Blue) = 193+90+252=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 90 (35.55% from 255 or 16.82% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #C15AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15AFC is #3EA503. Grayscale: #8A8A8A. Windows color (decimal): -4105476 or 16538305. OLE color: 16538305.
HSL color Cylindrical-coordinate representation of color #C15AFC: hue angle of 278.15º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C15AFC is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 90 | 252 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.01 |
| HSL | 278.15º | 0.96% | 0.67% | - |
| HSV(B) | 278.15º | 0.64% | 0.99% | - |
| XYZ | 43.22 | 25.68 | 94.77 | - |
| YUV | 139.27 | 191.62 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 252 | 0.23 | 0.64 | 0 | 0.01 | 278.15 | 0.96 | 0.67 |
| Hex | C1 | 5A | FC | 17 | 40 | 0 | 1 | 116 | 60 | 43 |
| Octal | 301 | 132 | 374 | 27 | 100 | 0 | 1 | 426 | 140 | 103 |
| Binary | 11000001 | 1011010 | 11111100 | 10111 | 1000000 | 0 | 1 | 100010110 | 1100000 | 1000011 |
Color Harmonies of #C15AFC
Complementary color
Monochromatic Colors of #C15AFC
Black with #C15AFC
Text Example
Text Example
White with #C15AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15AFC; }
p { color: rgb(193,90,252); }
H1.HeaderClassName
{
color: #C15AFC;
}
.AnyTagClassName
{
color: #C15AFC;
}
</style>
background-color css
<style>
a { background-color: #C15AFC; }
a { background-color: rgb(193,90,252); }
div.DivClassName
{
background-color: #C15AFC;
}
.BgClassName
{
background-color: #C15AFC;
}
</style>
border-color css
<style>
span { border-color: #C15AFC; }
span { border-color: rgb(193,90,252); }
td.TdClassName
{
border-color: #C15AFC;
}
.TagClassName
{
border-color: #C15AFC;
}
</style>