Shades of Heliotrope #C266FC
Tints of Heliotrope #C266FC
RGB
CMYK
RGB Variations
Color information
#C266FC (or 0xC266FC) is known color: Heliotrope. HEX triplet: C2, 66 and FC. RGB value is (194,102,252). Sum of RGB (Red+Green+Blue) = 194+102+252=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 102 (40.23% from 255 or 18.61% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #C266FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C266FC is #3D9903. Grayscale: #929292. Windows color (decimal): -4036868 or 16541378. OLE color: 16541378.
HSL color Cylindrical-coordinate representation of color #C266FC: hue angle of 276.8º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C266FC is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 102 | 252 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.01 |
| HSL | 276.8º | 0.96% | 0.69% | - |
| HSV(B) | 276.8º | 0.6% | 0.99% | - |
| XYZ | 44.57 | 28 | 95.15 | - |
| YUV | 146.61 | 187.48 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 102 | 252 | 0.23 | 0.60 | 0 | 0.01 | 276.8 | 0.96 | 0.69 |
| Hex | C2 | 66 | FC | 17 | 3C | 0 | 1 | 115 | 60 | 45 |
| Octal | 302 | 146 | 374 | 27 | 74 | 0 | 1 | 425 | 140 | 105 |
| Binary | 11000010 | 1100110 | 11111100 | 10111 | 111100 | 0 | 1 | 100010101 | 1100000 | 1000101 |
Color Harmonies of #C266FC
Complementary color
Monochromatic Colors of #C266FC
Black with #C266FC
Text Example
Text Example
White with #C266FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C266FC; }
p { color: rgb(194,102,252); }
H1.HeaderClassName
{
color: #C266FC;
}
.AnyTagClassName
{
color: #C266FC;
}
</style>
background-color css
<style>
a { background-color: #C266FC; }
a { background-color: rgb(194,102,252); }
div.DivClassName
{
background-color: #C266FC;
}
.BgClassName
{
background-color: #C266FC;
}
</style>
border-color css
<style>
span { border-color: #C266FC; }
span { border-color: rgb(194,102,252); }
td.TdClassName
{
border-color: #C266FC;
}
.TagClassName
{
border-color: #C266FC;
}
</style>