Shades of Heliotrope #C26BED
Tints of Heliotrope #C26BED
RGB
CMYK
RGB Variations
Color information
#C26BED (or 0xC26BED) is known color: Heliotrope. HEX triplet: C2, 6B and ED. RGB value is (194,107,237). Sum of RGB (Red+Green+Blue) = 194+107+237=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 107 (42.19% from 255 or 19.89% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #C26BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26BED is #3D9412. Grayscale: #939393. Windows color (decimal): -4035603 or 15559618. OLE color: 15559618.
HSL color Cylindrical-coordinate representation of color #C26BED: hue angle of 280.15º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C26BED is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 107 | 237 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.07 |
| HSL | 280.15º | 0.78% | 0.67% | - |
| HSV(B) | 280.15º | 0.55% | 0.93% | - |
| XYZ | 42.79 | 28.1 | 83.29 | - |
| YUV | 147.83 | 178.32 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 107 | 237 | 0.18 | 0.55 | 0 | 0.07 | 280.15 | 0.78 | 0.67 |
| Hex | C2 | 6B | ED | 12 | 37 | 0 | 7 | 118 | 4E | 43 |
| Octal | 302 | 153 | 355 | 22 | 67 | 0 | 7 | 430 | 116 | 103 |
| Binary | 11000010 | 1101011 | 11101101 | 10010 | 110111 | 0 | 111 | 100011000 | 1001110 | 1000011 |
Color Harmonies of #C26BED
Complementary color
Monochromatic Colors of #C26BED
Black with #C26BED
Text Example
Text Example
White with #C26BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26BED; }
p { color: rgb(194,107,237); }
H1.HeaderClassName
{
color: #C26BED;
}
.AnyTagClassName
{
color: #C26BED;
}
</style>
background-color css
<style>
a { background-color: #C26BED; }
a { background-color: rgb(194,107,237); }
div.DivClassName
{
background-color: #C26BED;
}
.BgClassName
{
background-color: #C26BED;
}
</style>
border-color css
<style>
span { border-color: #C26BED; }
span { border-color: rgb(194,107,237); }
td.TdClassName
{
border-color: #C26BED;
}
.TagClassName
{
border-color: #C26BED;
}
</style>