Shades of Heliotrope #C45BFF
Tints of Heliotrope #C45BFF
RGB
CMYK
RGB Variations
Color information
#C45BFF (or 0xC45BFF) is known color: Heliotrope. HEX triplet: C4, 5B and FF. RGB value is (196,91,255). Sum of RGB (Red+Green+Blue) = 196+91+255=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 91 (35.94% from 255 or 16.79% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #C45BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45BFF is #3BA400. Grayscale: #8C8C8C. Windows color (decimal): -3908609 or 16735172. OLE color: 16735172.
HSL color Cylindrical-coordinate representation of color #C45BFF: hue angle of 278.41º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C45BFF is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 91 | 255 | - |
| CMYK | 0.23 | 0.64 | 0 | 0 |
| HSL | 278.41º | 1% | 0.68% | - |
| HSV(B) | 278.41º | 0.64% | 1% | - |
| XYZ | 44.56 | 26.44 | 97.36 | - |
| YUV | 141.09 | 192.29 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 91 | 255 | 0.23 | 0.64 | 0 | 0 | 278.41 | 1 | 0.68 |
| Hex | C4 | 5B | FF | 17 | 40 | 0 | 0 | 116 | 64 | 44 |
| Octal | 304 | 133 | 377 | 27 | 100 | 0 | 0 | 426 | 144 | 104 |
| Binary | 11000100 | 1011011 | 11111111 | 10111 | 1000000 | 0 | 0 | 100010110 | 1100100 | 1000100 |
Color Harmonies of #C45BFF
Complementary color
Monochromatic Colors of #C45BFF
Black with #C45BFF
Text Example
Text Example
White with #C45BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45BFF; }
p { color: rgb(196,91,255); }
H1.HeaderClassName
{
color: #C45BFF;
}
.AnyTagClassName
{
color: #C45BFF;
}
</style>
background-color css
<style>
a { background-color: #C45BFF; }
a { background-color: rgb(196,91,255); }
div.DivClassName
{
background-color: #C45BFF;
}
.BgClassName
{
background-color: #C45BFF;
}
</style>
border-color css
<style>
span { border-color: #C45BFF; }
span { border-color: rgb(196,91,255); }
td.TdClassName
{
border-color: #C45BFF;
}
.TagClassName
{
border-color: #C45BFF;
}
</style>