Shades of Heliotrope #C26FFB
Tints of Heliotrope #C26FFB
RGB
CMYK
RGB Variations
Color information
#C26FFB (or 0xC26FFB) is known color: Heliotrope. HEX triplet: C2, 6F and FB. RGB value is (194,111,251). Sum of RGB (Red+Green+Blue) = 194+111+251=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 111 (43.75% from 255 or 19.96% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #C26FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26FFB is #3D9004. Grayscale: #979797. Windows color (decimal): -4034565 or 16478146. OLE color: 16478146.
HSL color Cylindrical-coordinate representation of color #C26FFB: hue angle of 275.57º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C26FFB is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 111 | 251 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.02 |
| HSL | 275.57º | 0.95% | 0.71% | - |
| HSV(B) | 275.57º | 0.56% | 0.98% | - |
| XYZ | 45.35 | 29.8 | 94.63 | - |
| YUV | 151.78 | 184 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 251 | 0.23 | 0.56 | 0 | 0.02 | 275.57 | 0.95 | 0.71 |
| Hex | C2 | 6F | FB | 17 | 38 | 0 | 2 | 114 | 5F | 47 |
| Octal | 302 | 157 | 373 | 27 | 70 | 0 | 2 | 424 | 137 | 107 |
| Binary | 11000010 | 1101111 | 11111011 | 10111 | 111000 | 0 | 10 | 100010100 | 1011111 | 1000111 |
Color Harmonies of #C26FFB
Complementary color
Monochromatic Colors of #C26FFB
Black with #C26FFB
Text Example
Text Example
White with #C26FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26FFB; }
p { color: rgb(194,111,251); }
H1.HeaderClassName
{
color: #C26FFB;
}
.AnyTagClassName
{
color: #C26FFB;
}
</style>
background-color css
<style>
a { background-color: #C26FFB; }
a { background-color: rgb(194,111,251); }
div.DivClassName
{
background-color: #C26FFB;
}
.BgClassName
{
background-color: #C26FFB;
}
</style>
border-color css
<style>
span { border-color: #C26FFB; }
span { border-color: rgb(194,111,251); }
td.TdClassName
{
border-color: #C26FFB;
}
.TagClassName
{
border-color: #C26FFB;
}
</style>