Shades of Heliotrope #C15BFE
Tints of Heliotrope #C15BFE
RGB
CMYK
RGB Variations
Color information
#C15BFE (or 0xC15BFE) is known color: Heliotrope. HEX triplet: C1, 5B and FE. RGB value is (193,91,254). Sum of RGB (Red+Green+Blue) = 193+91+254=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 91 (35.94% from 255 or 16.91% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #C15BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15BFE is #3EA401. Grayscale: #8B8B8B. Windows color (decimal): -4105218 or 16669633. OLE color: 16669633.
HSL color Cylindrical-coordinate representation of color #C15BFE: hue angle of 277.55º 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 #C15BFE is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 91 | 254 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.00 |
| HSL | 277.55º | 0.99% | 0.68% | - |
| HSV(B) | 277.55º | 0.64% | 1% | - |
| XYZ | 43.62 | 25.98 | 96.48 | - |
| YUV | 140.08 | 192.29 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 91 | 254 | 0.24 | 0.64 | 0 | 0.00 | 277.55 | 0.99 | 0.68 |
| Hex | C1 | 5B | FE | 18 | 40 | 0 | 0 | 116 | 63 | 44 |
| Octal | 301 | 133 | 376 | 30 | 100 | 0 | 0 | 426 | 143 | 104 |
| Binary | 11000001 | 1011011 | 11111110 | 11000 | 1000000 | 0 | 0 | 100010110 | 1100011 | 1000100 |
Color Harmonies of #C15BFE
Complementary color
Monochromatic Colors of #C15BFE
Black with #C15BFE
Text Example
Text Example
White with #C15BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15BFE; }
p { color: rgb(193,91,254); }
H1.HeaderClassName
{
color: #C15BFE;
}
.AnyTagClassName
{
color: #C15BFE;
}
</style>
background-color css
<style>
a { background-color: #C15BFE; }
a { background-color: rgb(193,91,254); }
div.DivClassName
{
background-color: #C15BFE;
}
.BgClassName
{
background-color: #C15BFE;
}
</style>
border-color css
<style>
span { border-color: #C15BFE; }
span { border-color: rgb(193,91,254); }
td.TdClassName
{
border-color: #C15BFE;
}
.TagClassName
{
border-color: #C15BFE;
}
</style>