Shades of Heliotrope #C25FFF
Tints of Heliotrope #C25FFF
RGB
CMYK
RGB Variations
Color information
#C25FFF (or 0xC25FFF) is known color: Heliotrope. HEX triplet: C2, 5F and FF. RGB value is (194,95,255). Sum of RGB (Red+Green+Blue) = 194+95+255=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 95 (37.5% from 255 or 17.46% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #C25FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25FFF is #3DA000. Grayscale: #8E8E8E. Windows color (decimal): -4038657 or 16736194. OLE color: 16736194.
HSL color Cylindrical-coordinate representation of color #C25FFF: hue angle of 277.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C25FFF is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 95 | 255 | - |
| CMYK | 0.24 | 0.63 | 0 | 0 |
| HSL | 277.13º | 1% | 0.69% | - |
| HSV(B) | 277.13º | 0.63% | 1% | - |
| XYZ | 44.39 | 26.87 | 97.46 | - |
| YUV | 142.84 | 191.3 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 255 | 0.24 | 0.63 | 0 | 0 | 277.13 | 1 | 0.69 |
| Hex | C2 | 5F | FF | 18 | 3F | 0 | 0 | 115 | 64 | 45 |
| Octal | 302 | 137 | 377 | 30 | 77 | 0 | 0 | 425 | 144 | 105 |
| Binary | 11000010 | 1011111 | 11111111 | 11000 | 111111 | 0 | 0 | 100010101 | 1100100 | 1000101 |
Color Harmonies of #C25FFF
Complementary color
Monochromatic Colors of #C25FFF
Black with #C25FFF
Text Example
Text Example
White with #C25FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25FFF; }
p { color: rgb(194,95,255); }
H1.HeaderClassName
{
color: #C25FFF;
}
.AnyTagClassName
{
color: #C25FFF;
}
</style>
background-color css
<style>
a { background-color: #C25FFF; }
a { background-color: rgb(194,95,255); }
div.DivClassName
{
background-color: #C25FFF;
}
.BgClassName
{
background-color: #C25FFF;
}
</style>
border-color css
<style>
span { border-color: #C25FFF; }
span { border-color: rgb(194,95,255); }
td.TdClassName
{
border-color: #C25FFF;
}
.TagClassName
{
border-color: #C25FFF;
}
</style>