Shades of Heliotrope #C25DFE
Tints of Heliotrope #C25DFE
RGB
CMYK
RGB Variations
Color information
#C25DFE (or 0xC25DFE) is known color: Heliotrope. HEX triplet: C2, 5D and FE. RGB value is (194,93,254). Sum of RGB (Red+Green+Blue) = 194+93+254=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 93 (36.72% from 255 or 17.19% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #C25DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25DFE is #3DA201. Grayscale: #8D8D8D. Windows color (decimal): -4039170 or 16670146. OLE color: 16670146.
HSL color Cylindrical-coordinate representation of color #C25DFE: hue angle of 277.64º 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 #C25DFE is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 93 | 254 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.00 |
| HSL | 277.64º | 0.99% | 0.68% | - |
| HSV(B) | 277.64º | 0.63% | 1% | - |
| XYZ | 44.05 | 26.45 | 96.55 | - |
| YUV | 141.55 | 191.46 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 254 | 0.24 | 0.63 | 0 | 0.00 | 277.64 | 0.99 | 0.68 |
| Hex | C2 | 5D | FE | 18 | 3F | 0 | 0 | 116 | 63 | 44 |
| Octal | 302 | 135 | 376 | 30 | 77 | 0 | 0 | 426 | 143 | 104 |
| Binary | 11000010 | 1011101 | 11111110 | 11000 | 111111 | 0 | 0 | 100010110 | 1100011 | 1000100 |
Color Harmonies of #C25DFE
Complementary color
Monochromatic Colors of #C25DFE
Black with #C25DFE
Text Example
Text Example
White with #C25DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25DFE; }
p { color: rgb(194,93,254); }
H1.HeaderClassName
{
color: #C25DFE;
}
.AnyTagClassName
{
color: #C25DFE;
}
</style>
background-color css
<style>
a { background-color: #C25DFE; }
a { background-color: rgb(194,93,254); }
div.DivClassName
{
background-color: #C25DFE;
}
.BgClassName
{
background-color: #C25DFE;
}
</style>
border-color css
<style>
span { border-color: #C25DFE; }
span { border-color: rgb(194,93,254); }
td.TdClassName
{
border-color: #C25DFE;
}
.TagClassName
{
border-color: #C25DFE;
}
</style>