Shades of Heliotrope #C455FE
Tints of Heliotrope #C455FE
RGB
CMYK
RGB Variations
Color information
#C455FE (or 0xC455FE) is known color: Heliotrope. HEX triplet: C4, 55 and FE. RGB value is (196,85,254). Sum of RGB (Red+Green+Blue) = 196+85+254=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 85 (33.59% from 255 or 15.89% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #C455FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C455FE is #3BAA01. Grayscale: #888888. Windows color (decimal): -3910146 or 16668100. OLE color: 16668100.
HSL color Cylindrical-coordinate representation of color #C455FE: hue angle of 279.41º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C455FE is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 85 | 254 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.00 |
| HSL | 279.41º | 0.99% | 0.66% | - |
| HSV(B) | 279.41º | 0.67% | 1% | - |
| XYZ | 43.9 | 25.39 | 96.35 | - |
| YUV | 137.46 | 193.77 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 254 | 0.23 | 0.67 | 0 | 0.00 | 279.41 | 0.99 | 0.66 |
| Hex | C4 | 55 | FE | 17 | 43 | 0 | 0 | 117 | 63 | 42 |
| Octal | 304 | 125 | 376 | 27 | 103 | 0 | 0 | 427 | 143 | 102 |
| Binary | 11000100 | 1010101 | 11111110 | 10111 | 1000011 | 0 | 0 | 100010111 | 1100011 | 1000010 |
Color Harmonies of #C455FE
Complementary color
Monochromatic Colors of #C455FE
Black with #C455FE
Text Example
Text Example
White with #C455FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C455FE; }
p { color: rgb(196,85,254); }
H1.HeaderClassName
{
color: #C455FE;
}
.AnyTagClassName
{
color: #C455FE;
}
</style>
background-color css
<style>
a { background-color: #C455FE; }
a { background-color: rgb(196,85,254); }
div.DivClassName
{
background-color: #C455FE;
}
.BgClassName
{
background-color: #C455FE;
}
</style>
border-color css
<style>
span { border-color: #C455FE; }
span { border-color: rgb(196,85,254); }
td.TdClassName
{
border-color: #C455FE;
}
.TagClassName
{
border-color: #C455FE;
}
</style>