Shades of Heliotrope #C44EFF
Tints of Heliotrope #C44EFF
RGB
CMYK
RGB Variations
Color information
#C44EFF (or 0xC44EFF) is known color: Heliotrope. HEX triplet: C4, 4E and FF. RGB value is (196,78,255). Sum of RGB (Red+Green+Blue) = 196+78+255=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 78 (30.86% from 255 or 14.74% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #C44EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44EFF is #3BB100. Grayscale: #848484. Windows color (decimal): -3911937 or 16731844. OLE color: 16731844.
HSL color Cylindrical-coordinate representation of color #C44EFF: hue angle of 280º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C44EFF is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 78 | 255 | - |
| CMYK | 0.23 | 0.69 | 0 | 0 |
| HSL | 280º | 1% | 0.65% | - |
| HSV(B) | 280º | 0.69% | 1% | - |
| XYZ | 43.54 | 24.4 | 97.02 | - |
| YUV | 133.46 | 196.59 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 255 | 0.23 | 0.69 | 0 | 0 | 280 | 1 | 0.65 |
| Hex | C4 | 4E | FF | 17 | 45 | 0 | 0 | 118 | 64 | 41 |
| Octal | 304 | 116 | 377 | 27 | 105 | 0 | 0 | 430 | 144 | 101 |
| Binary | 11000100 | 1001110 | 11111111 | 10111 | 1000101 | 0 | 0 | 100011000 | 1100100 | 1000001 |
Color Harmonies of #C44EFF
Complementary color
Monochromatic Colors of #C44EFF
Black with #C44EFF
Text Example
Text Example
White with #C44EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44EFF; }
p { color: rgb(196,78,255); }
H1.HeaderClassName
{
color: #C44EFF;
}
.AnyTagClassName
{
color: #C44EFF;
}
</style>
background-color css
<style>
a { background-color: #C44EFF; }
a { background-color: rgb(196,78,255); }
div.DivClassName
{
background-color: #C44EFF;
}
.BgClassName
{
background-color: #C44EFF;
}
</style>
border-color css
<style>
span { border-color: #C44EFF; }
span { border-color: rgb(196,78,255); }
td.TdClassName
{
border-color: #C44EFF;
}
.TagClassName
{
border-color: #C44EFF;
}
</style>