Shades of Heliotrope #C45BFD
Tints of Heliotrope #C45BFD
RGB
CMYK
RGB Variations
Color information
#C45BFD (or 0xC45BFD) is known color: Heliotrope. HEX triplet: C4, 5B and FD. RGB value is (196,91,253). Sum of RGB (Red+Green+Blue) = 196+91+253=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 91 (35.94% from 255 or 16.85% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #C45BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45BFD is #3BA402. Grayscale: #8C8C8C. Windows color (decimal): -3908611 or 16604100. OLE color: 16604100.
HSL color Cylindrical-coordinate representation of color #C45BFD: hue angle of 278.89º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C45BFD is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 91 | 253 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.01 |
| HSL | 278.89º | 0.98% | 0.67% | - |
| HSV(B) | 278.89º | 0.64% | 0.99% | - |
| XYZ | 44.24 | 26.31 | 95.68 | - |
| YUV | 140.86 | 191.29 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 91 | 253 | 0.23 | 0.64 | 0 | 0.01 | 278.89 | 0.98 | 0.67 |
| Hex | C4 | 5B | FD | 17 | 40 | 0 | 1 | 117 | 62 | 43 |
| Octal | 304 | 133 | 375 | 27 | 100 | 0 | 1 | 427 | 142 | 103 |
| Binary | 11000100 | 1011011 | 11111101 | 10111 | 1000000 | 0 | 1 | 100010111 | 1100010 | 1000011 |
Color Harmonies of #C45BFD
Complementary color
Monochromatic Colors of #C45BFD
Black with #C45BFD
Text Example
Text Example
White with #C45BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45BFD; }
p { color: rgb(196,91,253); }
H1.HeaderClassName
{
color: #C45BFD;
}
.AnyTagClassName
{
color: #C45BFD;
}
</style>
background-color css
<style>
a { background-color: #C45BFD; }
a { background-color: rgb(196,91,253); }
div.DivClassName
{
background-color: #C45BFD;
}
.BgClassName
{
background-color: #C45BFD;
}
</style>
border-color css
<style>
span { border-color: #C45BFD; }
span { border-color: rgb(196,91,253); }
td.TdClassName
{
border-color: #C45BFD;
}
.TagClassName
{
border-color: #C45BFD;
}
</style>