Shades of Heliotrope #C26FFD
Tints of Heliotrope #C26FFD
RGB
CMYK
RGB Variations
Color information
#C26FFD (or 0xC26FFD) is known color: Heliotrope. HEX triplet: C2, 6F and FD. RGB value is (194,111,253). Sum of RGB (Red+Green+Blue) = 194+111+253=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 111 (43.75% from 255 or 19.89% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #C26FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26FFD is #3D9002. Grayscale: #979797. Windows color (decimal): -4034563 or 16609218. OLE color: 16609218.
HSL color Cylindrical-coordinate representation of color #C26FFD: hue angle of 275.07º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C26FFD is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 111 | 253 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.01 |
| HSL | 275.07º | 0.97% | 0.71% | - |
| HSV(B) | 275.07º | 0.56% | 0.99% | - |
| XYZ | 45.66 | 29.93 | 96.3 | - |
| YUV | 152.01 | 185 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 253 | 0.23 | 0.56 | 0 | 0.01 | 275.07 | 0.97 | 0.71 |
| Hex | C2 | 6F | FD | 17 | 38 | 0 | 1 | 113 | 61 | 47 |
| Octal | 302 | 157 | 375 | 27 | 70 | 0 | 1 | 423 | 141 | 107 |
| Binary | 11000010 | 1101111 | 11111101 | 10111 | 111000 | 0 | 1 | 100010011 | 1100001 | 1000111 |
Color Harmonies of #C26FFD
Complementary color
Monochromatic Colors of #C26FFD
Black with #C26FFD
Text Example
Text Example
White with #C26FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26FFD; }
p { color: rgb(194,111,253); }
H1.HeaderClassName
{
color: #C26FFD;
}
.AnyTagClassName
{
color: #C26FFD;
}
</style>
background-color css
<style>
a { background-color: #C26FFD; }
a { background-color: rgb(194,111,253); }
div.DivClassName
{
background-color: #C26FFD;
}
.BgClassName
{
background-color: #C26FFD;
}
</style>
border-color css
<style>
span { border-color: #C26FFD; }
span { border-color: rgb(194,111,253); }
td.TdClassName
{
border-color: #C26FFD;
}
.TagClassName
{
border-color: #C26FFD;
}
</style>