Shades of Heliotrope #C25FFA
Tints of Heliotrope #C25FFA
RGB
CMYK
RGB Variations
Color information
#C25FFA (or 0xC25FFA) is known color: Heliotrope. HEX triplet: C2, 5F and FA. RGB value is (194,95,250). Sum of RGB (Red+Green+Blue) = 194+95+250=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 95 (37.5% from 255 or 17.63% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #C25FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25FFA is #3DA005. Grayscale: #8D8D8D. Windows color (decimal): -4038662 or 16408514. OLE color: 16408514.
HSL color Cylindrical-coordinate representation of color #C25FFA: hue angle of 278.32º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C25FFA is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 95 | 250 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.02 |
| HSL | 278.32º | 0.94% | 0.68% | - |
| HSV(B) | 278.32º | 0.62% | 0.98% | - |
| XYZ | 43.6 | 26.56 | 93.27 | - |
| YUV | 142.27 | 188.8 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 250 | 0.22 | 0.62 | 0 | 0.02 | 278.32 | 0.94 | 0.68 |
| Hex | C2 | 5F | FA | 16 | 3E | 0 | 2 | 116 | 5E | 44 |
| Octal | 302 | 137 | 372 | 26 | 76 | 0 | 2 | 426 | 136 | 104 |
| Binary | 11000010 | 1011111 | 11111010 | 10110 | 111110 | 0 | 10 | 100010110 | 1011110 | 1000100 |
Color Harmonies of #C25FFA
Complementary color
Monochromatic Colors of #C25FFA
Black with #C25FFA
Text Example
Text Example
White with #C25FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25FFA; }
p { color: rgb(194,95,250); }
H1.HeaderClassName
{
color: #C25FFA;
}
.AnyTagClassName
{
color: #C25FFA;
}
</style>
background-color css
<style>
a { background-color: #C25FFA; }
a { background-color: rgb(194,95,250); }
div.DivClassName
{
background-color: #C25FFA;
}
.BgClassName
{
background-color: #C25FFA;
}
</style>
border-color css
<style>
span { border-color: #C25FFA; }
span { border-color: rgb(194,95,250); }
td.TdClassName
{
border-color: #C25FFA;
}
.TagClassName
{
border-color: #C25FFA;
}
</style>