Shades of Heliotrope #C464FB
Tints of Heliotrope #C464FB
RGB
CMYK
RGB Variations
Color information
#C464FB (or 0xC464FB) is known color: Heliotrope. HEX triplet: C4, 64 and FB. RGB value is (196,100,251). Sum of RGB (Red+Green+Blue) = 196+100+251=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 100 (39.45% from 255 or 18.28% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #C464FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C464FB is #3B9B04. Grayscale: #919191. Windows color (decimal): -3906309 or 16475332. OLE color: 16475332.
HSL color Cylindrical-coordinate representation of color #C464FB: hue angle of 278.15º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C464FB is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 100 | 251 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.02 |
| HSL | 278.15º | 0.95% | 0.69% | - |
| HSV(B) | 278.15º | 0.6% | 0.98% | - |
| XYZ | 44.73 | 27.82 | 94.28 | - |
| YUV | 145.92 | 187.3 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 100 | 251 | 0.22 | 0.60 | 0 | 0.02 | 278.15 | 0.95 | 0.69 |
| Hex | C4 | 64 | FB | 16 | 3C | 0 | 2 | 116 | 5F | 45 |
| Octal | 304 | 144 | 373 | 26 | 74 | 0 | 2 | 426 | 137 | 105 |
| Binary | 11000100 | 1100100 | 11111011 | 10110 | 111100 | 0 | 10 | 100010110 | 1011111 | 1000101 |
Color Harmonies of #C464FB
Complementary color
Monochromatic Colors of #C464FB
Black with #C464FB
Text Example
Text Example
White with #C464FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C464FB; }
p { color: rgb(196,100,251); }
H1.HeaderClassName
{
color: #C464FB;
}
.AnyTagClassName
{
color: #C464FB;
}
</style>
background-color css
<style>
a { background-color: #C464FB; }
a { background-color: rgb(196,100,251); }
div.DivClassName
{
background-color: #C464FB;
}
.BgClassName
{
background-color: #C464FB;
}
</style>
border-color css
<style>
span { border-color: #C464FB; }
span { border-color: rgb(196,100,251); }
td.TdClassName
{
border-color: #C464FB;
}
.TagClassName
{
border-color: #C464FB;
}
</style>