Shades of Heliotrope #C259FE
Tints of Heliotrope #C259FE
RGB
CMYK
RGB Variations
Color information
#C259FE (or 0xC259FE) is known color: Heliotrope. HEX triplet: C2, 59 and FE. RGB value is (194,89,254). Sum of RGB (Red+Green+Blue) = 194+89+254=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 89 (35.16% from 255 or 16.57% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #C259FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C259FE is #3DA601. Grayscale: #8A8A8A. Windows color (decimal): -4040194 or 16669122. OLE color: 16669122.
HSL color Cylindrical-coordinate representation of color #C259FE: hue angle of 278.18º 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 #C259FE is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 89 | 254 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.00 |
| HSL | 278.18º | 0.99% | 0.67% | - |
| HSV(B) | 278.18º | 0.65% | 1% | - |
| XYZ | 43.71 | 25.77 | 96.44 | - |
| YUV | 139.21 | 192.79 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 254 | 0.24 | 0.65 | 0 | 0.00 | 278.18 | 0.99 | 0.67 |
| Hex | C2 | 59 | FE | 18 | 41 | 0 | 0 | 116 | 63 | 43 |
| Octal | 302 | 131 | 376 | 30 | 101 | 0 | 0 | 426 | 143 | 103 |
| Binary | 11000010 | 1011001 | 11111110 | 11000 | 1000001 | 0 | 0 | 100010110 | 1100011 | 1000011 |
Color Harmonies of #C259FE
Complementary color
Monochromatic Colors of #C259FE
Black with #C259FE
Text Example
Text Example
White with #C259FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C259FE; }
p { color: rgb(194,89,254); }
H1.HeaderClassName
{
color: #C259FE;
}
.AnyTagClassName
{
color: #C259FE;
}
</style>
background-color css
<style>
a { background-color: #C259FE; }
a { background-color: rgb(194,89,254); }
div.DivClassName
{
background-color: #C259FE;
}
.BgClassName
{
background-color: #C259FE;
}
</style>
border-color css
<style>
span { border-color: #C259FE; }
span { border-color: rgb(194,89,254); }
td.TdClassName
{
border-color: #C259FE;
}
.TagClassName
{
border-color: #C259FE;
}
</style>