Shades of Heliotrope #C25EFC
Tints of Heliotrope #C25EFC
RGB
CMYK
RGB Variations
Color information
#C25EFC (or 0xC25EFC) is known color: Heliotrope. HEX triplet: C2, 5E and FC. RGB value is (194,94,252). Sum of RGB (Red+Green+Blue) = 194+94+252=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 94 (37.11% from 255 or 17.41% 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 #C25EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25EFC is #3DA103. Grayscale: #8D8D8D. Windows color (decimal): -4038916 or 16539330. OLE color: 16539330.
HSL color Cylindrical-coordinate representation of color #C25EFC: hue angle of 277.97º degrees, saturation: 0.96, 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 #C25EFC is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 94 | 252 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.01 |
| HSL | 277.97º | 0.96% | 0.68% | - |
| HSV(B) | 277.97º | 0.63% | 0.99% | - |
| XYZ | 43.82 | 26.5 | 94.9 | - |
| YUV | 141.91 | 190.13 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 252 | 0.23 | 0.63 | 0 | 0.01 | 277.97 | 0.96 | 0.68 |
| Hex | C2 | 5E | FC | 17 | 3F | 0 | 1 | 116 | 60 | 44 |
| Octal | 302 | 136 | 374 | 27 | 77 | 0 | 1 | 426 | 140 | 104 |
| Binary | 11000010 | 1011110 | 11111100 | 10111 | 111111 | 0 | 1 | 100010110 | 1100000 | 1000100 |
Color Harmonies of #C25EFC
Complementary color
Monochromatic Colors of #C25EFC
Black with #C25EFC
Text Example
Text Example
White with #C25EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25EFC; }
p { color: rgb(194,94,252); }
H1.HeaderClassName
{
color: #C25EFC;
}
.AnyTagClassName
{
color: #C25EFC;
}
</style>
background-color css
<style>
a { background-color: #C25EFC; }
a { background-color: rgb(194,94,252); }
div.DivClassName
{
background-color: #C25EFC;
}
.BgClassName
{
background-color: #C25EFC;
}
</style>
border-color css
<style>
span { border-color: #C25EFC; }
span { border-color: rgb(194,94,252); }
td.TdClassName
{
border-color: #C25EFC;
}
.TagClassName
{
border-color: #C25EFC;
}
</style>