Shades of Heliotrope #C266FD
Tints of Heliotrope #C266FD
RGB
CMYK
RGB Variations
Color information
#C266FD (or 0xC266FD) is known color: Heliotrope. HEX triplet: C2, 66 and FD. RGB value is (194,102,253). Sum of RGB (Red+Green+Blue) = 194+102+253=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 102 (40.23% from 255 or 18.58% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #C266FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C266FD is #3D9902. Grayscale: #929292. Windows color (decimal): -4036867 or 16606914. OLE color: 16606914.
HSL color Cylindrical-coordinate representation of color #C266FD: hue angle of 276.56º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C266FD is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 102 | 253 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.01 |
| HSL | 276.56º | 0.97% | 0.7% | - |
| HSV(B) | 276.56º | 0.6% | 0.99% | - |
| XYZ | 44.73 | 28.06 | 95.99 | - |
| YUV | 146.72 | 187.98 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 102 | 253 | 0.23 | 0.60 | 0 | 0.01 | 276.56 | 0.97 | 0.7 |
| Hex | C2 | 66 | FD | 17 | 3C | 0 | 1 | 115 | 61 | 46 |
| Octal | 302 | 146 | 375 | 27 | 74 | 0 | 1 | 425 | 141 | 106 |
| Binary | 11000010 | 1100110 | 11111101 | 10111 | 111100 | 0 | 1 | 100010101 | 1100001 | 1000110 |
Color Harmonies of #C266FD
Complementary color
Monochromatic Colors of #C266FD
Black with #C266FD
Text Example
Text Example
White with #C266FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C266FD; }
p { color: rgb(194,102,253); }
H1.HeaderClassName
{
color: #C266FD;
}
.AnyTagClassName
{
color: #C266FD;
}
</style>
background-color css
<style>
a { background-color: #C266FD; }
a { background-color: rgb(194,102,253); }
div.DivClassName
{
background-color: #C266FD;
}
.BgClassName
{
background-color: #C266FD;
}
</style>
border-color css
<style>
span { border-color: #C266FD; }
span { border-color: rgb(194,102,253); }
td.TdClassName
{
border-color: #C266FD;
}
.TagClassName
{
border-color: #C266FD;
}
</style>