Shades of Heliotrope #C258FE
Tints of Heliotrope #C258FE
RGB
CMYK
RGB Variations
Color information
#C258FE (or 0xC258FE) is known color: Heliotrope. HEX triplet: C2, 58 and FE. RGB value is (194,88,254). Sum of RGB (Red+Green+Blue) = 194+88+254=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 88 (34.77% from 255 or 16.42% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #C258FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C258FE is #3DA701. Grayscale: #8A8A8A. Windows color (decimal): -4040450 or 16668866. OLE color: 16668866.
HSL color Cylindrical-coordinate representation of color #C258FE: hue angle of 278.31º 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 #C258FE is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 88 | 254 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.00 |
| HSL | 278.31º | 0.99% | 0.67% | - |
| HSV(B) | 278.31º | 0.65% | 1% | - |
| XYZ | 43.63 | 25.6 | 96.41 | - |
| YUV | 138.62 | 193.12 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 254 | 0.24 | 0.65 | 0 | 0.00 | 278.31 | 0.99 | 0.67 |
| Hex | C2 | 58 | FE | 18 | 41 | 0 | 0 | 116 | 63 | 43 |
| Octal | 302 | 130 | 376 | 30 | 101 | 0 | 0 | 426 | 143 | 103 |
| Binary | 11000010 | 1011000 | 11111110 | 11000 | 1000001 | 0 | 0 | 100010110 | 1100011 | 1000011 |
Color Harmonies of #C258FE
Complementary color
Monochromatic Colors of #C258FE
Black with #C258FE
Text Example
Text Example
White with #C258FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C258FE; }
p { color: rgb(194,88,254); }
H1.HeaderClassName
{
color: #C258FE;
}
.AnyTagClassName
{
color: #C258FE;
}
</style>
background-color css
<style>
a { background-color: #C258FE; }
a { background-color: rgb(194,88,254); }
div.DivClassName
{
background-color: #C258FE;
}
.BgClassName
{
background-color: #C258FE;
}
</style>
border-color css
<style>
span { border-color: #C258FE; }
span { border-color: rgb(194,88,254); }
td.TdClassName
{
border-color: #C258FE;
}
.TagClassName
{
border-color: #C258FE;
}
</style>