Shades of Heliotrope #C25FFE
Tints of Heliotrope #C25FFE
RGB
CMYK
RGB Variations
Color information
#C25FFE (or 0xC25FFE) is known color: Heliotrope. HEX triplet: C2, 5F and FE. RGB value is (194,95,254). Sum of RGB (Red+Green+Blue) = 194+95+254=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 95 (37.5% from 255 or 17.50% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #C25FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25FFE is #3DA001. Grayscale: #8E8E8E. Windows color (decimal): -4038658 or 16670658. OLE color: 16670658.
HSL color Cylindrical-coordinate representation of color #C25FFE: hue angle of 277.36º 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 #C25FFE is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 95 | 254 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.00 |
| HSL | 277.36º | 0.99% | 0.68% | - |
| HSV(B) | 277.36º | 0.63% | 1% | - |
| XYZ | 44.23 | 26.81 | 96.61 | - |
| YUV | 142.73 | 190.8 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 254 | 0.24 | 0.63 | 0 | 0.00 | 277.36 | 0.99 | 0.68 |
| Hex | C2 | 5F | FE | 18 | 3F | 0 | 0 | 115 | 63 | 44 |
| Octal | 302 | 137 | 376 | 30 | 77 | 0 | 0 | 425 | 143 | 104 |
| Binary | 11000010 | 1011111 | 11111110 | 11000 | 111111 | 0 | 0 | 100010101 | 1100011 | 1000100 |
Color Harmonies of #C25FFE
Complementary color
Monochromatic Colors of #C25FFE
Black with #C25FFE
Text Example
Text Example
White with #C25FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25FFE; }
p { color: rgb(194,95,254); }
H1.HeaderClassName
{
color: #C25FFE;
}
.AnyTagClassName
{
color: #C25FFE;
}
</style>
background-color css
<style>
a { background-color: #C25FFE; }
a { background-color: rgb(194,95,254); }
div.DivClassName
{
background-color: #C25FFE;
}
.BgClassName
{
background-color: #C25FFE;
}
</style>
border-color css
<style>
span { border-color: #C25FFE; }
span { border-color: rgb(194,95,254); }
td.TdClassName
{
border-color: #C25FFE;
}
.TagClassName
{
border-color: #C25FFE;
}
</style>