Shades of Heliotrope #C488FA
Tints of Heliotrope #C488FA
RGB
CMYK
RGB Variations
Color information
#C488FA (or 0xC488FA) is known color: Heliotrope. HEX triplet: C4, 88 and FA. RGB value is (196,136,250). Sum of RGB (Red+Green+Blue) = 196+136+250=582 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.68% from 582); Green value is 136 (53.52% from 255 or 23.37% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #C488FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C488FA is #3B7705. Grayscale: #A6A6A6. Windows color (decimal): -3897094 or 16419012. OLE color: 16419012.
HSL color Cylindrical-coordinate representation of color #C488FA: hue angle of 271.58º degrees, saturation: 0.92, 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 #C488FA is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 136 | 250 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.02 |
| HSL | 271.58º | 0.92% | 0.76% | - |
| HSV(B) | 271.58º | 0.46% | 0.98% | - |
| XYZ | 48.82 | 36.25 | 94.87 | - |
| YUV | 166.94 | 174.88 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 250 | 0.22 | 0.46 | 0 | 0.02 | 271.58 | 0.92 | 0.76 |
| Hex | C4 | 88 | FA | 16 | 2E | 0 | 2 | 110 | 5C | 4C |
| Octal | 304 | 210 | 372 | 26 | 56 | 0 | 2 | 420 | 134 | 114 |
| Binary | 11000100 | 10001000 | 11111010 | 10110 | 101110 | 0 | 10 | 100010000 | 1011100 | 1001100 |
Color Harmonies of #C488FA
Complementary color
Monochromatic Colors of #C488FA
Black with #C488FA
Text Example
Text Example
White with #C488FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C488FA; }
p { color: rgb(196,136,250); }
H1.HeaderClassName
{
color: #C488FA;
}
.AnyTagClassName
{
color: #C488FA;
}
</style>
background-color css
<style>
a { background-color: #C488FA; }
a { background-color: rgb(196,136,250); }
div.DivClassName
{
background-color: #C488FA;
}
.BgClassName
{
background-color: #C488FA;
}
</style>
border-color css
<style>
span { border-color: #C488FA; }
span { border-color: rgb(196,136,250); }
td.TdClassName
{
border-color: #C488FA;
}
.TagClassName
{
border-color: #C488FA;
}
</style>