Shades of Heliotrope #C15CFC
Tints of Heliotrope #C15CFC
RGB
CMYK
RGB Variations
Color information
#C15CFC (or 0xC15CFC) is known color: Heliotrope. HEX triplet: C1, 5C and FC. RGB value is (193,92,252). Sum of RGB (Red+Green+Blue) = 193+92+252=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 92 (36.33% from 255 or 17.13% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #C15CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15CFC is #3EA303. Grayscale: #8B8B8B. Windows color (decimal): -4104964 or 16538817. OLE color: 16538817.
HSL color Cylindrical-coordinate representation of color #C15CFC: hue angle of 277.88º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C15CFC is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 92 | 252 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.01 |
| HSL | 277.88º | 0.96% | 0.67% | - |
| HSV(B) | 277.88º | 0.63% | 0.99% | - |
| XYZ | 43.39 | 26.02 | 94.83 | - |
| YUV | 140.44 | 190.96 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 92 | 252 | 0.23 | 0.63 | 0 | 0.01 | 277.88 | 0.96 | 0.67 |
| Hex | C1 | 5C | FC | 17 | 3F | 0 | 1 | 116 | 60 | 43 |
| Octal | 301 | 134 | 374 | 27 | 77 | 0 | 1 | 426 | 140 | 103 |
| Binary | 11000001 | 1011100 | 11111100 | 10111 | 111111 | 0 | 1 | 100010110 | 1100000 | 1000011 |
Color Harmonies of #C15CFC
Complementary color
Monochromatic Colors of #C15CFC
Black with #C15CFC
Text Example
Text Example
White with #C15CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15CFC; }
p { color: rgb(193,92,252); }
H1.HeaderClassName
{
color: #C15CFC;
}
.AnyTagClassName
{
color: #C15CFC;
}
</style>
background-color css
<style>
a { background-color: #C15CFC; }
a { background-color: rgb(193,92,252); }
div.DivClassName
{
background-color: #C15CFC;
}
.BgClassName
{
background-color: #C15CFC;
}
</style>
border-color css
<style>
span { border-color: #C15CFC; }
span { border-color: rgb(193,92,252); }
td.TdClassName
{
border-color: #C15CFC;
}
.TagClassName
{
border-color: #C15CFC;
}
</style>