Shades of Heliotrope #C25FF5
Tints of Heliotrope #C25FF5
RGB
CMYK
RGB Variations
Color information
#C25FF5 (or 0xC25FF5) is known color: Heliotrope. HEX triplet: C2, 5F and F5. RGB value is (194,95,245). Sum of RGB (Red+Green+Blue) = 194+95+245=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 95 (37.5% from 255 or 17.79% from 534); Blue value is 245 (96.09% from 255 or 45.88% from 534); Max value from RGB is 245 - color contains mainly: blue. Hex color #C25FF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25FF5 is #3DA00A. Grayscale: #8D8D8D. Windows color (decimal): -4038667 or 16080834. OLE color: 16080834.
HSL color Cylindrical-coordinate representation of color #C25FF5: hue angle of 279.6º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C25FF5 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 95 | 245 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.04 |
| HSL | 279.6º | 0.88% | 0.67% | - |
| HSV(B) | 279.6º | 0.61% | 0.96% | - |
| XYZ | 42.82 | 26.25 | 89.2 | - |
| YUV | 141.7 | 186.3 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 245 | 0.21 | 0.61 | 0 | 0.04 | 279.6 | 0.88 | 0.67 |
| Hex | C2 | 5F | F5 | 15 | 3D | 0 | 4 | 118 | 58 | 43 |
| Octal | 302 | 137 | 365 | 25 | 75 | 0 | 4 | 430 | 130 | 103 |
| Binary | 11000010 | 1011111 | 11110101 | 10101 | 111101 | 0 | 100 | 100011000 | 1011000 | 1000011 |
Color Harmonies of #C25FF5
Complementary color
Monochromatic Colors of #C25FF5
Black with #C25FF5
Text Example
Text Example
White with #C25FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25FF5; }
p { color: rgb(194,95,245); }
H1.HeaderClassName
{
color: #C25FF5;
}
.AnyTagClassName
{
color: #C25FF5;
}
</style>
background-color css
<style>
a { background-color: #C25FF5; }
a { background-color: rgb(194,95,245); }
div.DivClassName
{
background-color: #C25FF5;
}
.BgClassName
{
background-color: #C25FF5;
}
</style>
border-color css
<style>
span { border-color: #C25FF5; }
span { border-color: rgb(194,95,245); }
td.TdClassName
{
border-color: #C25FF5;
}
.TagClassName
{
border-color: #C25FF5;
}
</style>