Shades of Heliotrope #C25FFC
Tints of Heliotrope #C25FFC
RGB
CMYK
RGB Variations
Color information
#C25FFC (or 0xC25FFC) is known color: Heliotrope. HEX triplet: C2, 5F and FC. RGB value is (194,95,252). Sum of RGB (Red+Green+Blue) = 194+95+252=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 95 (37.5% from 255 or 17.56% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #C25FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25FFC is #3DA003. Grayscale: #8D8D8D. Windows color (decimal): -4038660 or 16539586. OLE color: 16539586.
HSL color Cylindrical-coordinate representation of color #C25FFC: hue angle of 277.83º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C25FFC is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 95 | 252 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.01 |
| HSL | 277.83º | 0.96% | 0.68% | - |
| HSV(B) | 277.83º | 0.62% | 0.99% | - |
| XYZ | 43.91 | 26.68 | 94.93 | - |
| YUV | 142.5 | 189.8 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 252 | 0.23 | 0.62 | 0 | 0.01 | 277.83 | 0.96 | 0.68 |
| Hex | C2 | 5F | FC | 17 | 3E | 0 | 1 | 116 | 60 | 44 |
| Octal | 302 | 137 | 374 | 27 | 76 | 0 | 1 | 426 | 140 | 104 |
| Binary | 11000010 | 1011111 | 11111100 | 10111 | 111110 | 0 | 1 | 100010110 | 1100000 | 1000100 |
Color Harmonies of #C25FFC
Complementary color
Monochromatic Colors of #C25FFC
Black with #C25FFC
Text Example
Text Example
White with #C25FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25FFC; }
p { color: rgb(194,95,252); }
H1.HeaderClassName
{
color: #C25FFC;
}
.AnyTagClassName
{
color: #C25FFC;
}
</style>
background-color css
<style>
a { background-color: #C25FFC; }
a { background-color: rgb(194,95,252); }
div.DivClassName
{
background-color: #C25FFC;
}
.BgClassName
{
background-color: #C25FFC;
}
</style>
border-color css
<style>
span { border-color: #C25FFC; }
span { border-color: rgb(194,95,252); }
td.TdClassName
{
border-color: #C25FFC;
}
.TagClassName
{
border-color: #C25FFC;
}
</style>