Shades of Heliotrope #C15CFE
Tints of Heliotrope #C15CFE
RGB
CMYK
RGB Variations
Color information
#C15CFE (or 0xC15CFE) is known color: Heliotrope. HEX triplet: C1, 5C and FE. RGB value is (193,92,254). Sum of RGB (Red+Green+Blue) = 193+92+254=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 92 (36.33% from 255 or 17.07% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #C15CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15CFE is #3EA301. Grayscale: #8C8C8C. Windows color (decimal): -4104962 or 16669889. OLE color: 16669889.
HSL color Cylindrical-coordinate representation of color #C15CFE: hue angle of 277.41º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C15CFE is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 92 | 254 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.00 |
| HSL | 277.41º | 0.99% | 0.68% | - |
| HSV(B) | 277.41º | 0.64% | 1% | - |
| XYZ | 43.71 | 26.15 | 96.51 | - |
| YUV | 140.67 | 191.96 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 92 | 254 | 0.24 | 0.64 | 0 | 0.00 | 277.41 | 0.99 | 0.68 |
| Hex | C1 | 5C | FE | 18 | 40 | 0 | 0 | 115 | 63 | 44 |
| Octal | 301 | 134 | 376 | 30 | 100 | 0 | 0 | 425 | 143 | 104 |
| Binary | 11000001 | 1011100 | 11111110 | 11000 | 1000000 | 0 | 0 | 100010101 | 1100011 | 1000100 |
Color Harmonies of #C15CFE
Complementary color
Monochromatic Colors of #C15CFE
Black with #C15CFE
Text Example
Text Example
White with #C15CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15CFE; }
p { color: rgb(193,92,254); }
H1.HeaderClassName
{
color: #C15CFE;
}
.AnyTagClassName
{
color: #C15CFE;
}
</style>
background-color css
<style>
a { background-color: #C15CFE; }
a { background-color: rgb(193,92,254); }
div.DivClassName
{
background-color: #C15CFE;
}
.BgClassName
{
background-color: #C15CFE;
}
</style>
border-color css
<style>
span { border-color: #C15CFE; }
span { border-color: rgb(193,92,254); }
td.TdClassName
{
border-color: #C15CFE;
}
.TagClassName
{
border-color: #C15CFE;
}
</style>