Shades of Heliotrope #C26DFD
Tints of Heliotrope #C26DFD
RGB
CMYK
RGB Variations
Color information
#C26DFD (or 0xC26DFD) is known color: Heliotrope. HEX triplet: C2, 6D and FD. RGB value is (194,109,253). Sum of RGB (Red+Green+Blue) = 194+109+253=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 109 (42.97% from 255 or 19.60% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #C26DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26DFD is #3D9202. Grayscale: #969696. Windows color (decimal): -4035075 or 16608706. OLE color: 16608706.
HSL color Cylindrical-coordinate representation of color #C26DFD: hue angle of 275.42º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C26DFD is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 109 | 253 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.01 |
| HSL | 275.42º | 0.97% | 0.71% | - |
| HSV(B) | 275.42º | 0.57% | 0.99% | - |
| XYZ | 45.45 | 29.5 | 96.23 | - |
| YUV | 150.83 | 185.66 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 109 | 253 | 0.23 | 0.57 | 0 | 0.01 | 275.42 | 0.97 | 0.71 |
| Hex | C2 | 6D | FD | 17 | 39 | 0 | 1 | 113 | 61 | 47 |
| Octal | 302 | 155 | 375 | 27 | 71 | 0 | 1 | 423 | 141 | 107 |
| Binary | 11000010 | 1101101 | 11111101 | 10111 | 111001 | 0 | 1 | 100010011 | 1100001 | 1000111 |
Color Harmonies of #C26DFD
Complementary color
Monochromatic Colors of #C26DFD
Black with #C26DFD
Text Example
Text Example
White with #C26DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26DFD; }
p { color: rgb(194,109,253); }
H1.HeaderClassName
{
color: #C26DFD;
}
.AnyTagClassName
{
color: #C26DFD;
}
</style>
background-color css
<style>
a { background-color: #C26DFD; }
a { background-color: rgb(194,109,253); }
div.DivClassName
{
background-color: #C26DFD;
}
.BgClassName
{
background-color: #C26DFD;
}
</style>
border-color css
<style>
span { border-color: #C26DFD; }
span { border-color: rgb(194,109,253); }
td.TdClassName
{
border-color: #C26DFD;
}
.TagClassName
{
border-color: #C26DFD;
}
</style>