Shades of Heliotrope #C45BFB
Tints of Heliotrope #C45BFB
RGB
CMYK
RGB Variations
Color information
#C45BFB (or 0xC45BFB) is known color: Heliotrope. HEX triplet: C4, 5B and FB. RGB value is (196,91,251). Sum of RGB (Red+Green+Blue) = 196+91+251=538 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.43% from 538); Green value is 91 (35.94% from 255 or 16.91% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #C45BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45BFB is #3BA404. Grayscale: #8C8C8C. Windows color (decimal): -3908613 or 16473028. OLE color: 16473028.
HSL color Cylindrical-coordinate representation of color #C45BFB: hue angle of 279.38º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C45BFB is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 91 | 251 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.02 |
| HSL | 279.38º | 0.95% | 0.67% | - |
| HSV(B) | 279.38º | 0.64% | 0.98% | - |
| XYZ | 43.92 | 26.18 | 94.01 | - |
| YUV | 140.64 | 190.29 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 91 | 251 | 0.22 | 0.64 | 0 | 0.02 | 279.38 | 0.95 | 0.67 |
| Hex | C4 | 5B | FB | 16 | 40 | 0 | 2 | 117 | 5F | 43 |
| Octal | 304 | 133 | 373 | 26 | 100 | 0 | 2 | 427 | 137 | 103 |
| Binary | 11000100 | 1011011 | 11111011 | 10110 | 1000000 | 0 | 10 | 100010111 | 1011111 | 1000011 |
Color Harmonies of #C45BFB
Complementary color
Monochromatic Colors of #C45BFB
Black with #C45BFB
Text Example
Text Example
White with #C45BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45BFB; }
p { color: rgb(196,91,251); }
H1.HeaderClassName
{
color: #C45BFB;
}
.AnyTagClassName
{
color: #C45BFB;
}
</style>
background-color css
<style>
a { background-color: #C45BFB; }
a { background-color: rgb(196,91,251); }
div.DivClassName
{
background-color: #C45BFB;
}
.BgClassName
{
background-color: #C45BFB;
}
</style>
border-color css
<style>
span { border-color: #C45BFB; }
span { border-color: rgb(196,91,251); }
td.TdClassName
{
border-color: #C45BFB;
}
.TagClassName
{
border-color: #C45BFB;
}
</style>