Shades of Heliotrope #C45FFF
Tints of Heliotrope #C45FFF
RGB
CMYK
RGB Variations
Color information
#C45FFF (or 0xC45FFF) is known color: Heliotrope. HEX triplet: C4, 5F and FF. RGB value is (196,95,255). Sum of RGB (Red+Green+Blue) = 196+95+255=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 95 (37.5% from 255 or 17.40% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #C45FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45FFF is #3BA000. Grayscale: #8E8E8E. Windows color (decimal): -3907585 or 16736196. OLE color: 16736196.
HSL color Cylindrical-coordinate representation of color #C45FFF: hue angle of 277.88º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C45FFF is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 95 | 255 | - |
| CMYK | 0.23 | 0.63 | 0 | 0 |
| HSL | 277.88º | 1% | 0.69% | - |
| HSV(B) | 277.88º | 0.63% | 1% | - |
| XYZ | 44.91 | 27.14 | 97.48 | - |
| YUV | 143.44 | 190.96 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 255 | 0.23 | 0.63 | 0 | 0 | 277.88 | 1 | 0.69 |
| Hex | C4 | 5F | FF | 17 | 3F | 0 | 0 | 116 | 64 | 45 |
| Octal | 304 | 137 | 377 | 27 | 77 | 0 | 0 | 426 | 144 | 105 |
| Binary | 11000100 | 1011111 | 11111111 | 10111 | 111111 | 0 | 0 | 100010110 | 1100100 | 1000101 |
Color Harmonies of #C45FFF
Complementary color
Monochromatic Colors of #C45FFF
Black with #C45FFF
Text Example
Text Example
White with #C45FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45FFF; }
p { color: rgb(196,95,255); }
H1.HeaderClassName
{
color: #C45FFF;
}
.AnyTagClassName
{
color: #C45FFF;
}
</style>
background-color css
<style>
a { background-color: #C45FFF; }
a { background-color: rgb(196,95,255); }
div.DivClassName
{
background-color: #C45FFF;
}
.BgClassName
{
background-color: #C45FFF;
}
</style>
border-color css
<style>
span { border-color: #C45FFF; }
span { border-color: rgb(196,95,255); }
td.TdClassName
{
border-color: #C45FFF;
}
.TagClassName
{
border-color: #C45FFF;
}
</style>