Shades of Heliotrope #C464FE
Tints of Heliotrope #C464FE
RGB
CMYK
RGB Variations
Color information
#C464FE (or 0xC464FE) is known color: Heliotrope. HEX triplet: C4, 64 and FE. RGB value is (196,100,254). Sum of RGB (Red+Green+Blue) = 196+100+254=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 100 (39.45% from 255 or 18.18% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #C464FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C464FE is #3B9B01. Grayscale: #919191. Windows color (decimal): -3906306 or 16671940. OLE color: 16671940.
HSL color Cylindrical-coordinate representation of color #C464FE: hue angle of 277.4º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C464FE is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 100 | 254 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.00 |
| HSL | 277.4º | 0.99% | 0.69% | - |
| HSV(B) | 277.4º | 0.61% | 1% | - |
| XYZ | 45.21 | 28.01 | 96.79 | - |
| YUV | 146.26 | 188.8 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 100 | 254 | 0.23 | 0.61 | 0 | 0.00 | 277.4 | 0.99 | 0.69 |
| Hex | C4 | 64 | FE | 17 | 3D | 0 | 0 | 115 | 63 | 45 |
| Octal | 304 | 144 | 376 | 27 | 75 | 0 | 0 | 425 | 143 | 105 |
| Binary | 11000100 | 1100100 | 11111110 | 10111 | 111101 | 0 | 0 | 100010101 | 1100011 | 1000101 |
Color Harmonies of #C464FE
Complementary color
Monochromatic Colors of #C464FE
Black with #C464FE
Text Example
Text Example
White with #C464FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C464FE; }
p { color: rgb(196,100,254); }
H1.HeaderClassName
{
color: #C464FE;
}
.AnyTagClassName
{
color: #C464FE;
}
</style>
background-color css
<style>
a { background-color: #C464FE; }
a { background-color: rgb(196,100,254); }
div.DivClassName
{
background-color: #C464FE;
}
.BgClassName
{
background-color: #C464FE;
}
</style>
border-color css
<style>
span { border-color: #C464FE; }
span { border-color: rgb(196,100,254); }
td.TdClassName
{
border-color: #C464FE;
}
.TagClassName
{
border-color: #C464FE;
}
</style>