Shades of Heliotrope #C25EFE
Tints of Heliotrope #C25EFE
RGB
CMYK
RGB Variations
Color information
#C25EFE (or 0xC25EFE) is known color: Heliotrope. HEX triplet: C2, 5E and FE. RGB value is (194,94,254). Sum of RGB (Red+Green+Blue) = 194+94+254=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 94 (37.11% from 255 or 17.34% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #C25EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25EFE is #3DA101. Grayscale: #8D8D8D. Windows color (decimal): -4038914 or 16670402. OLE color: 16670402.
HSL color Cylindrical-coordinate representation of color #C25EFE: hue angle of 277.5º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C25EFE is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 94 | 254 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.00 |
| HSL | 277.5º | 0.99% | 0.68% | - |
| HSV(B) | 277.5º | 0.63% | 1% | - |
| XYZ | 44.14 | 26.63 | 96.58 | - |
| YUV | 142.14 | 191.13 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 254 | 0.24 | 0.63 | 0 | 0.00 | 277.5 | 0.99 | 0.68 |
| Hex | C2 | 5E | FE | 18 | 3F | 0 | 0 | 116 | 63 | 44 |
| Octal | 302 | 136 | 376 | 30 | 77 | 0 | 0 | 426 | 143 | 104 |
| Binary | 11000010 | 1011110 | 11111110 | 11000 | 111111 | 0 | 0 | 100010110 | 1100011 | 1000100 |
Color Harmonies of #C25EFE
Complementary color
Monochromatic Colors of #C25EFE
Black with #C25EFE
Text Example
Text Example
White with #C25EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25EFE; }
p { color: rgb(194,94,254); }
H1.HeaderClassName
{
color: #C25EFE;
}
.AnyTagClassName
{
color: #C25EFE;
}
</style>
background-color css
<style>
a { background-color: #C25EFE; }
a { background-color: rgb(194,94,254); }
div.DivClassName
{
background-color: #C25EFE;
}
.BgClassName
{
background-color: #C25EFE;
}
</style>
border-color css
<style>
span { border-color: #C25EFE; }
span { border-color: rgb(194,94,254); }
td.TdClassName
{
border-color: #C25EFE;
}
.TagClassName
{
border-color: #C25EFE;
}
</style>