Shades of Heliotrope #C15EFD
Tints of Heliotrope #C15EFD
RGB
CMYK
RGB Variations
Color information
#C15EFD (or 0xC15EFD) is known color: Heliotrope. HEX triplet: C1, 5E and FD. RGB value is (193,94,253). Sum of RGB (Red+Green+Blue) = 193+94+253=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 94 (37.11% from 255 or 17.41% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #C15EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15EFD is #3EA102. Grayscale: #8D8D8D. Windows color (decimal): -4104451 or 16604865. OLE color: 16604865.
HSL color Cylindrical-coordinate representation of color #C15EFD: hue angle of 277.36º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C15EFD is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 94 | 253 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.01 |
| HSL | 277.36º | 0.98% | 0.68% | - |
| HSV(B) | 277.36º | 0.63% | 0.99% | - |
| XYZ | 43.72 | 26.43 | 95.73 | - |
| YUV | 141.73 | 190.8 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 253 | 0.24 | 0.63 | 0 | 0.01 | 277.36 | 0.98 | 0.68 |
| Hex | C1 | 5E | FD | 18 | 3F | 0 | 1 | 115 | 62 | 44 |
| Octal | 301 | 136 | 375 | 30 | 77 | 0 | 1 | 425 | 142 | 104 |
| Binary | 11000001 | 1011110 | 11111101 | 11000 | 111111 | 0 | 1 | 100010101 | 1100010 | 1000100 |
Color Harmonies of #C15EFD
Complementary color
Monochromatic Colors of #C15EFD
Black with #C15EFD
Text Example
Text Example
White with #C15EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15EFD; }
p { color: rgb(193,94,253); }
H1.HeaderClassName
{
color: #C15EFD;
}
.AnyTagClassName
{
color: #C15EFD;
}
</style>
background-color css
<style>
a { background-color: #C15EFD; }
a { background-color: rgb(193,94,253); }
div.DivClassName
{
background-color: #C15EFD;
}
.BgClassName
{
background-color: #C15EFD;
}
</style>
border-color css
<style>
span { border-color: #C15EFD; }
span { border-color: rgb(193,94,253); }
td.TdClassName
{
border-color: #C15EFD;
}
.TagClassName
{
border-color: #C15EFD;
}
</style>