Shades of Heliotrope #C15FFC
Tints of Heliotrope #C15FFC
RGB
CMYK
RGB Variations
Color information
#C15FFC (or 0xC15FFC) is known color: Heliotrope. HEX triplet: C1, 5F and FC. RGB value is (193,95,252). Sum of RGB (Red+Green+Blue) = 193+95+252=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 95 (37.5% from 255 or 17.59% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #C15FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15FFC is #3EA003. Grayscale: #8D8D8D. Windows color (decimal): -4104196 or 16539585. OLE color: 16539585.
HSL color Cylindrical-coordinate representation of color #C15FFC: hue angle of 277.45º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C15FFC is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 95 | 252 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.01 |
| HSL | 277.45º | 0.96% | 0.68% | - |
| HSV(B) | 277.45º | 0.62% | 0.99% | - |
| XYZ | 43.66 | 26.55 | 94.92 | - |
| YUV | 142.2 | 189.97 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 95 | 252 | 0.23 | 0.62 | 0 | 0.01 | 277.45 | 0.96 | 0.68 |
| Hex | C1 | 5F | FC | 17 | 3E | 0 | 1 | 115 | 60 | 44 |
| Octal | 301 | 137 | 374 | 27 | 76 | 0 | 1 | 425 | 140 | 104 |
| Binary | 11000001 | 1011111 | 11111100 | 10111 | 111110 | 0 | 1 | 100010101 | 1100000 | 1000100 |
Color Harmonies of #C15FFC
Complementary color
Monochromatic Colors of #C15FFC
Black with #C15FFC
Text Example
Text Example
White with #C15FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15FFC; }
p { color: rgb(193,95,252); }
H1.HeaderClassName
{
color: #C15FFC;
}
.AnyTagClassName
{
color: #C15FFC;
}
</style>
background-color css
<style>
a { background-color: #C15FFC; }
a { background-color: rgb(193,95,252); }
div.DivClassName
{
background-color: #C15FFC;
}
.BgClassName
{
background-color: #C15FFC;
}
</style>
border-color css
<style>
span { border-color: #C15FFC; }
span { border-color: rgb(193,95,252); }
td.TdClassName
{
border-color: #C15FFC;
}
.TagClassName
{
border-color: #C15FFC;
}
</style>