Shades of Heliotrope #C488FC
Tints of Heliotrope #C488FC
RGB
CMYK
RGB Variations
Color information
#C488FC (or 0xC488FC) is known color: Heliotrope. HEX triplet: C4, 88 and FC. RGB value is (196,136,252). Sum of RGB (Red+Green+Blue) = 196+136+252=584 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.56% from 584); Green value is 136 (53.52% from 255 or 23.29% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #C488FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C488FC is #3B7703. Grayscale: #A6A6A6. Windows color (decimal): -3897092 or 16550084. OLE color: 16550084.
HSL color Cylindrical-coordinate representation of color #C488FC: hue angle of 271.03º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C488FC is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 136 | 252 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.01 |
| HSL | 271.03º | 0.95% | 0.76% | - |
| HSV(B) | 271.03º | 0.46% | 0.99% | - |
| XYZ | 49.14 | 36.37 | 96.53 | - |
| YUV | 167.16 | 175.88 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 252 | 0.22 | 0.46 | 0 | 0.01 | 271.03 | 0.95 | 0.76 |
| Hex | C4 | 88 | FC | 16 | 2E | 0 | 1 | 10F | 5F | 4C |
| Octal | 304 | 210 | 374 | 26 | 56 | 0 | 1 | 417 | 137 | 114 |
| Binary | 11000100 | 10001000 | 11111100 | 10110 | 101110 | 0 | 1 | 100001111 | 1011111 | 1001100 |
Color Harmonies of #C488FC
Complementary color
Monochromatic Colors of #C488FC
Black with #C488FC
Text Example
Text Example
White with #C488FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C488FC; }
p { color: rgb(196,136,252); }
H1.HeaderClassName
{
color: #C488FC;
}
.AnyTagClassName
{
color: #C488FC;
}
</style>
background-color css
<style>
a { background-color: #C488FC; }
a { background-color: rgb(196,136,252); }
div.DivClassName
{
background-color: #C488FC;
}
.BgClassName
{
background-color: #C488FC;
}
</style>
border-color css
<style>
span { border-color: #C488FC; }
span { border-color: rgb(196,136,252); }
td.TdClassName
{
border-color: #C488FC;
}
.TagClassName
{
border-color: #C488FC;
}
</style>