Shades of Heliotrope #C466FF
Tints of Heliotrope #C466FF
RGB
CMYK
RGB Variations
Color information
#C466FF (or 0xC466FF) is known color: Heliotrope. HEX triplet: C4, 66 and FF. RGB value is (196,102,255). Sum of RGB (Red+Green+Blue) = 196+102+255=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 102 (40.23% from 255 or 18.44% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #C466FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C466FF is #3B9900. Grayscale: #939393. Windows color (decimal): -3905793 or 16737988. OLE color: 16737988.
HSL color Cylindrical-coordinate representation of color #C466FF: hue angle of 276.86º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C466FF is Cyan = 0.23, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 102 | 255 | - |
| CMYK | 0.23 | 0.6 | 0 | 0 |
| HSL | 276.86º | 1% | 0.7% | - |
| HSV(B) | 276.86º | 0.6% | 1% | - |
| XYZ | 45.57 | 28.46 | 97.7 | - |
| YUV | 147.55 | 188.64 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 255 | 0.23 | 0.6 | 0 | 0 | 276.86 | 1 | 0.7 |
| Hex | C4 | 66 | FF | 17 | 3C | 0 | 0 | 115 | 64 | 46 |
| Octal | 304 | 146 | 377 | 27 | 74 | 0 | 0 | 425 | 144 | 106 |
| Binary | 11000100 | 1100110 | 11111111 | 10111 | 111100 | 0 | 0 | 100010101 | 1100100 | 1000110 |
Color Harmonies of #C466FF
Complementary color
Monochromatic Colors of #C466FF
Black with #C466FF
Text Example
Text Example
White with #C466FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C466FF; }
p { color: rgb(196,102,255); }
H1.HeaderClassName
{
color: #C466FF;
}
.AnyTagClassName
{
color: #C466FF;
}
</style>
background-color css
<style>
a { background-color: #C466FF; }
a { background-color: rgb(196,102,255); }
div.DivClassName
{
background-color: #C466FF;
}
.BgClassName
{
background-color: #C466FF;
}
</style>
border-color css
<style>
span { border-color: #C466FF; }
span { border-color: rgb(196,102,255); }
td.TdClassName
{
border-color: #C466FF;
}
.TagClassName
{
border-color: #C466FF;
}
</style>