Shades of Heliotrope #C455FB
Tints of Heliotrope #C455FB
RGB
CMYK
RGB Variations
Color information
#C455FB (or 0xC455FB) is known color: Heliotrope. HEX triplet: C4, 55 and FB. RGB value is (196,85,251). Sum of RGB (Red+Green+Blue) = 196+85+251=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 85 (33.59% from 255 or 15.98% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #C455FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C455FB is #3BAA04. Grayscale: #888888. Windows color (decimal): -3910149 or 16471492. OLE color: 16471492.
HSL color Cylindrical-coordinate representation of color #C455FB: hue angle of 280.12º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C455FB is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 85 | 251 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.02 |
| HSL | 280.12º | 0.95% | 0.66% | - |
| HSV(B) | 280.12º | 0.66% | 0.98% | - |
| XYZ | 43.43 | 25.2 | 93.84 | - |
| YUV | 137.11 | 192.27 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 251 | 0.22 | 0.66 | 0 | 0.02 | 280.12 | 0.95 | 0.66 |
| Hex | C4 | 55 | FB | 16 | 42 | 0 | 2 | 118 | 5F | 42 |
| Octal | 304 | 125 | 373 | 26 | 102 | 0 | 2 | 430 | 137 | 102 |
| Binary | 11000100 | 1010101 | 11111011 | 10110 | 1000010 | 0 | 10 | 100011000 | 1011111 | 1000010 |
Color Harmonies of #C455FB
Complementary color
Monochromatic Colors of #C455FB
Black with #C455FB
Text Example
Text Example
White with #C455FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C455FB; }
p { color: rgb(196,85,251); }
H1.HeaderClassName
{
color: #C455FB;
}
.AnyTagClassName
{
color: #C455FB;
}
</style>
background-color css
<style>
a { background-color: #C455FB; }
a { background-color: rgb(196,85,251); }
div.DivClassName
{
background-color: #C455FB;
}
.BgClassName
{
background-color: #C455FB;
}
</style>
border-color css
<style>
span { border-color: #C455FB; }
span { border-color: rgb(196,85,251); }
td.TdClassName
{
border-color: #C455FB;
}
.TagClassName
{
border-color: #C455FB;
}
</style>