Shades of Heliotrope #C25AFE
Tints of Heliotrope #C25AFE
RGB
CMYK
RGB Variations
Color information
#C25AFE (or 0xC25AFE) is known color: Heliotrope. HEX triplet: C2, 5A and FE. RGB value is (194,90,254). Sum of RGB (Red+Green+Blue) = 194+90+254=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 90 (35.55% from 255 or 16.73% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #C25AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25AFE is #3DA501. Grayscale: #8B8B8B. Windows color (decimal): -4039938 or 16669378. OLE color: 16669378.
HSL color Cylindrical-coordinate representation of color #C25AFE: hue angle of 278.05º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C25AFE is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 90 | 254 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.00 |
| HSL | 278.05º | 0.99% | 0.67% | - |
| HSV(B) | 278.05º | 0.65% | 1% | - |
| XYZ | 43.79 | 25.94 | 96.46 | - |
| YUV | 139.79 | 192.46 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 254 | 0.24 | 0.65 | 0 | 0.00 | 278.05 | 0.99 | 0.67 |
| Hex | C2 | 5A | FE | 18 | 41 | 0 | 0 | 116 | 63 | 43 |
| Octal | 302 | 132 | 376 | 30 | 101 | 0 | 0 | 426 | 143 | 103 |
| Binary | 11000010 | 1011010 | 11111110 | 11000 | 1000001 | 0 | 0 | 100010110 | 1100011 | 1000011 |
Color Harmonies of #C25AFE
Complementary color
Monochromatic Colors of #C25AFE
Black with #C25AFE
Text Example
Text Example
White with #C25AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25AFE; }
p { color: rgb(194,90,254); }
H1.HeaderClassName
{
color: #C25AFE;
}
.AnyTagClassName
{
color: #C25AFE;
}
</style>
background-color css
<style>
a { background-color: #C25AFE; }
a { background-color: rgb(194,90,254); }
div.DivClassName
{
background-color: #C25AFE;
}
.BgClassName
{
background-color: #C25AFE;
}
</style>
border-color css
<style>
span { border-color: #C25AFE; }
span { border-color: rgb(194,90,254); }
td.TdClassName
{
border-color: #C25AFE;
}
.TagClassName
{
border-color: #C25AFE;
}
</style>