Shades of Heliotrope #C25FF6
Tints of Heliotrope #C25FF6
RGB
CMYK
RGB Variations
Color information
#C25FF6 (or 0xC25FF6) is known color: Heliotrope. HEX triplet: C2, 5F and F6. RGB value is (194,95,246). Sum of RGB (Red+Green+Blue) = 194+95+246=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 95 (37.5% from 255 or 17.76% from 535); Blue value is 246 (96.48% from 255 or 45.98% from 535); Max value from RGB is 246 - color contains mainly: blue. Hex color #C25FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25FF6 is #3DA009. Grayscale: #8D8D8D. Windows color (decimal): -4038666 or 16146370. OLE color: 16146370.
HSL color Cylindrical-coordinate representation of color #C25FF6: hue angle of 279.34º degrees, saturation: 0.89, 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 #C25FF6 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 95 | 246 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.04 |
| HSL | 279.34º | 0.89% | 0.67% | - |
| HSV(B) | 279.34º | 0.61% | 0.96% | - |
| XYZ | 42.97 | 26.31 | 90 | - |
| YUV | 141.82 | 186.8 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 246 | 0.21 | 0.61 | 0 | 0.04 | 279.34 | 0.89 | 0.67 |
| Hex | C2 | 5F | F6 | 15 | 3D | 0 | 4 | 117 | 59 | 43 |
| Octal | 302 | 137 | 366 | 25 | 75 | 0 | 4 | 427 | 131 | 103 |
| Binary | 11000010 | 1011111 | 11110110 | 10101 | 111101 | 0 | 100 | 100010111 | 1011001 | 1000011 |
Color Harmonies of #C25FF6
Complementary color
Monochromatic Colors of #C25FF6
Black with #C25FF6
Text Example
Text Example
White with #C25FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25FF6; }
p { color: rgb(194,95,246); }
H1.HeaderClassName
{
color: #C25FF6;
}
.AnyTagClassName
{
color: #C25FF6;
}
</style>
background-color css
<style>
a { background-color: #C25FF6; }
a { background-color: rgb(194,95,246); }
div.DivClassName
{
background-color: #C25FF6;
}
.BgClassName
{
background-color: #C25FF6;
}
</style>
border-color css
<style>
span { border-color: #C25FF6; }
span { border-color: rgb(194,95,246); }
td.TdClassName
{
border-color: #C25FF6;
}
.TagClassName
{
border-color: #C25FF6;
}
</style>