Shades of Heliotrope #C466FB
Tints of Heliotrope #C466FB
RGB
CMYK
RGB Variations
Color information
#C466FB (or 0xC466FB) is known color: Heliotrope. HEX triplet: C4, 66 and FB. RGB value is (196,102,251). Sum of RGB (Red+Green+Blue) = 196+102+251=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 102 (40.23% from 255 or 18.58% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #C466FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C466FB is #3B9904. Grayscale: #929292. Windows color (decimal): -3905797 or 16475844. OLE color: 16475844.
HSL color Cylindrical-coordinate representation of color #C466FB: hue angle of 277.85º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C466FB is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 102 | 251 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.02 |
| HSL | 277.85º | 0.95% | 0.69% | - |
| HSV(B) | 277.85º | 0.59% | 0.98% | - |
| XYZ | 44.93 | 28.2 | 94.34 | - |
| YUV | 147.09 | 186.64 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 251 | 0.22 | 0.59 | 0 | 0.02 | 277.85 | 0.95 | 0.69 |
| Hex | C4 | 66 | FB | 16 | 3B | 0 | 2 | 116 | 5F | 45 |
| Octal | 304 | 146 | 373 | 26 | 73 | 0 | 2 | 426 | 137 | 105 |
| Binary | 11000100 | 1100110 | 11111011 | 10110 | 111011 | 0 | 10 | 100010110 | 1011111 | 1000101 |
Color Harmonies of #C466FB
Complementary color
Monochromatic Colors of #C466FB
Black with #C466FB
Text Example
Text Example
White with #C466FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C466FB; }
p { color: rgb(196,102,251); }
H1.HeaderClassName
{
color: #C466FB;
}
.AnyTagClassName
{
color: #C466FB;
}
</style>
background-color css
<style>
a { background-color: #C466FB; }
a { background-color: rgb(196,102,251); }
div.DivClassName
{
background-color: #C466FB;
}
.BgClassName
{
background-color: #C466FB;
}
</style>
border-color css
<style>
span { border-color: #C466FB; }
span { border-color: rgb(196,102,251); }
td.TdClassName
{
border-color: #C466FB;
}
.TagClassName
{
border-color: #C466FB;
}
</style>