Shades of Heliotrope #C488FB
Tints of Heliotrope #C488FB
RGB
CMYK
RGB Variations
Color information
#C488FB (or 0xC488FB) is known color: Heliotrope. HEX triplet: C4, 88 and FB. RGB value is (196,136,251). Sum of RGB (Red+Green+Blue) = 196+136+251=583 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.62% from 583); Green value is 136 (53.52% from 255 or 23.33% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #C488FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C488FB is #3B7704. Grayscale: #A6A6A6. Windows color (decimal): -3897093 or 16484548. OLE color: 16484548.
HSL color Cylindrical-coordinate representation of color #C488FB: hue angle of 271.3º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C488FB is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 136 | 251 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.02 |
| HSL | 271.3º | 0.93% | 0.76% | - |
| HSV(B) | 271.3º | 0.46% | 0.98% | - |
| XYZ | 48.98 | 36.31 | 95.69 | - |
| YUV | 167.05 | 175.38 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 251 | 0.22 | 0.46 | 0 | 0.02 | 271.3 | 0.93 | 0.76 |
| Hex | C4 | 88 | FB | 16 | 2E | 0 | 2 | 10F | 5D | 4C |
| Octal | 304 | 210 | 373 | 26 | 56 | 0 | 2 | 417 | 135 | 114 |
| Binary | 11000100 | 10001000 | 11111011 | 10110 | 101110 | 0 | 10 | 100001111 | 1011101 | 1001100 |
Color Harmonies of #C488FB
Complementary color
Monochromatic Colors of #C488FB
Black with #C488FB
Text Example
Text Example
White with #C488FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C488FB; }
p { color: rgb(196,136,251); }
H1.HeaderClassName
{
color: #C488FB;
}
.AnyTagClassName
{
color: #C488FB;
}
</style>
background-color css
<style>
a { background-color: #C488FB; }
a { background-color: rgb(196,136,251); }
div.DivClassName
{
background-color: #C488FB;
}
.BgClassName
{
background-color: #C488FB;
}
</style>
border-color css
<style>
span { border-color: #C488FB; }
span { border-color: rgb(196,136,251); }
td.TdClassName
{
border-color: #C488FB;
}
.TagClassName
{
border-color: #C488FB;
}
</style>