Shades of Heliotrope #C488FE
Tints of Heliotrope #C488FE
RGB
CMYK
RGB Variations
Color information
#C488FE (or 0xC488FE) is known color: Heliotrope. HEX triplet: C4, 88 and FE. RGB value is (196,136,254). Sum of RGB (Red+Green+Blue) = 196+136+254=586 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.45% from 586); Green value is 136 (53.52% from 255 or 23.21% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #C488FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C488FE is #3B7701. Grayscale: #A6A6A6. Windows color (decimal): -3897090 or 16681156. OLE color: 16681156.
HSL color Cylindrical-coordinate representation of color #C488FE: hue angle of 270.51º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C488FE is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 136 | 254 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.00 |
| HSL | 270.51º | 0.98% | 0.76% | - |
| HSV(B) | 270.51º | 0.46% | 1% | - |
| XYZ | 49.46 | 36.5 | 98.2 | - |
| YUV | 167.39 | 176.88 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 254 | 0.23 | 0.46 | 0 | 0.00 | 270.51 | 0.98 | 0.76 |
| Hex | C4 | 88 | FE | 17 | 2E | 0 | 0 | 10F | 62 | 4C |
| Octal | 304 | 210 | 376 | 27 | 56 | 0 | 0 | 417 | 142 | 114 |
| Binary | 11000100 | 10001000 | 11111110 | 10111 | 101110 | 0 | 0 | 100001111 | 1100010 | 1001100 |
Color Harmonies of #C488FE
Complementary color
Monochromatic Colors of #C488FE
Black with #C488FE
Text Example
Text Example
White with #C488FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C488FE; }
p { color: rgb(196,136,254); }
H1.HeaderClassName
{
color: #C488FE;
}
.AnyTagClassName
{
color: #C488FE;
}
</style>
background-color css
<style>
a { background-color: #C488FE; }
a { background-color: rgb(196,136,254); }
div.DivClassName
{
background-color: #C488FE;
}
.BgClassName
{
background-color: #C488FE;
}
</style>
border-color css
<style>
span { border-color: #C488FE; }
span { border-color: rgb(196,136,254); }
td.TdClassName
{
border-color: #C488FE;
}
.TagClassName
{
border-color: #C488FE;
}
</style>