Shades of Heliotrope #C266FB
Tints of Heliotrope #C266FB
RGB
CMYK
RGB Variations
Color information
#C266FB (or 0xC266FB) is known color: Heliotrope. HEX triplet: C2, 66 and FB. RGB value is (194,102,251). Sum of RGB (Red+Green+Blue) = 194+102+251=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 102 (40.23% from 255 or 18.65% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #C266FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C266FB is #3D9904. Grayscale: #919191. Windows color (decimal): -4036869 or 16475842. OLE color: 16475842.
HSL color Cylindrical-coordinate representation of color #C266FB: hue angle of 277.05º 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 #C266FB is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 102 | 251 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.02 |
| HSL | 277.05º | 0.95% | 0.69% | - |
| HSV(B) | 277.05º | 0.59% | 0.98% | - |
| XYZ | 44.41 | 27.94 | 94.32 | - |
| YUV | 146.49 | 186.98 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 102 | 251 | 0.23 | 0.59 | 0 | 0.02 | 277.05 | 0.95 | 0.69 |
| Hex | C2 | 66 | FB | 17 | 3B | 0 | 2 | 115 | 5F | 45 |
| Octal | 302 | 146 | 373 | 27 | 73 | 0 | 2 | 425 | 137 | 105 |
| Binary | 11000010 | 1100110 | 11111011 | 10111 | 111011 | 0 | 10 | 100010101 | 1011111 | 1000101 |
Color Harmonies of #C266FB
Complementary color
Monochromatic Colors of #C266FB
Black with #C266FB
Text Example
Text Example
White with #C266FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C266FB; }
p { color: rgb(194,102,251); }
H1.HeaderClassName
{
color: #C266FB;
}
.AnyTagClassName
{
color: #C266FB;
}
</style>
background-color css
<style>
a { background-color: #C266FB; }
a { background-color: rgb(194,102,251); }
div.DivClassName
{
background-color: #C266FB;
}
.BgClassName
{
background-color: #C266FB;
}
</style>
border-color css
<style>
span { border-color: #C266FB; }
span { border-color: rgb(194,102,251); }
td.TdClassName
{
border-color: #C266FB;
}
.TagClassName
{
border-color: #C266FB;
}
</style>