Shades of Heliotrope #C25EFF
Tints of Heliotrope #C25EFF
RGB
CMYK
RGB Variations
Color information
#C25EFF (or 0xC25EFF) is known color: Heliotrope. HEX triplet: C2, 5E and FF. RGB value is (194,94,255). Sum of RGB (Red+Green+Blue) = 194+94+255=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 94 (37.11% from 255 or 17.31% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #C25EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25EFF is #3DA100. Grayscale: #8D8D8D. Windows color (decimal): -4038913 or 16735938. OLE color: 16735938.
HSL color Cylindrical-coordinate representation of color #C25EFF: hue angle of 277.27º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C25EFF is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 94 | 255 | - |
| CMYK | 0.24 | 0.63 | 0 | 0 |
| HSL | 277.27º | 1% | 0.68% | - |
| HSV(B) | 277.27º | 0.63% | 1% | - |
| XYZ | 44.3 | 26.69 | 97.43 | - |
| YUV | 142.25 | 191.63 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 255 | 0.24 | 0.63 | 0 | 0 | 277.27 | 1 | 0.68 |
| Hex | C2 | 5E | FF | 18 | 3F | 0 | 0 | 115 | 64 | 44 |
| Octal | 302 | 136 | 377 | 30 | 77 | 0 | 0 | 425 | 144 | 104 |
| Binary | 11000010 | 1011110 | 11111111 | 11000 | 111111 | 0 | 0 | 100010101 | 1100100 | 1000100 |
Color Harmonies of #C25EFF
Complementary color
Monochromatic Colors of #C25EFF
Black with #C25EFF
Text Example
Text Example
White with #C25EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25EFF; }
p { color: rgb(194,94,255); }
H1.HeaderClassName
{
color: #C25EFF;
}
.AnyTagClassName
{
color: #C25EFF;
}
</style>
background-color css
<style>
a { background-color: #C25EFF; }
a { background-color: rgb(194,94,255); }
div.DivClassName
{
background-color: #C25EFF;
}
.BgClassName
{
background-color: #C25EFF;
}
</style>
border-color css
<style>
span { border-color: #C25EFF; }
span { border-color: rgb(194,94,255); }
td.TdClassName
{
border-color: #C25EFF;
}
.TagClassName
{
border-color: #C25EFF;
}
</style>