Shades of Heliotrope #C266FF
Tints of Heliotrope #C266FF
RGB
CMYK
RGB Variations
Color information
#C266FF (or 0xC266FF) is known color: Heliotrope. HEX triplet: C2, 66 and FF. RGB value is (194,102,255). Sum of RGB (Red+Green+Blue) = 194+102+255=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 102 (40.23% from 255 or 18.51% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #C266FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C266FF is #3D9900. Grayscale: #929292. Windows color (decimal): -4036865 or 16737986. OLE color: 16737986.
HSL color Cylindrical-coordinate representation of color #C266FF: hue angle of 276.08º 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 #C266FF is Cyan = 0.24, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 102 | 255 | - |
| CMYK | 0.24 | 0.6 | 0 | 0 |
| HSL | 276.08º | 1% | 0.7% | - |
| HSV(B) | 276.08º | 0.6% | 1% | - |
| XYZ | 45.05 | 28.19 | 97.67 | - |
| YUV | 146.95 | 188.98 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 102 | 255 | 0.24 | 0.6 | 0 | 0 | 276.08 | 1 | 0.7 |
| Hex | C2 | 66 | FF | 18 | 3C | 0 | 0 | 114 | 64 | 46 |
| Octal | 302 | 146 | 377 | 30 | 74 | 0 | 0 | 424 | 144 | 106 |
| Binary | 11000010 | 1100110 | 11111111 | 11000 | 111100 | 0 | 0 | 100010100 | 1100100 | 1000110 |
Color Harmonies of #C266FF
Complementary color
Monochromatic Colors of #C266FF
Black with #C266FF
Text Example
Text Example
White with #C266FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C266FF; }
p { color: rgb(194,102,255); }
H1.HeaderClassName
{
color: #C266FF;
}
.AnyTagClassName
{
color: #C266FF;
}
</style>
background-color css
<style>
a { background-color: #C266FF; }
a { background-color: rgb(194,102,255); }
div.DivClassName
{
background-color: #C266FF;
}
.BgClassName
{
background-color: #C266FF;
}
</style>
border-color css
<style>
span { border-color: #C266FF; }
span { border-color: rgb(194,102,255); }
td.TdClassName
{
border-color: #C266FF;
}
.TagClassName
{
border-color: #C266FF;
}
</style>