Shades of Heliotrope #C488FF
Tints of Heliotrope #C488FF
RGB
CMYK
RGB Variations
Color information
#C488FF (or 0xC488FF) is known color: Heliotrope. HEX triplet: C4, 88 and FF. RGB value is (196,136,255). Sum of RGB (Red+Green+Blue) = 196+136+255=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 136 (53.52% from 255 or 23.17% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #C488FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C488FF is #3B7700. Grayscale: #A7A7A7. Windows color (decimal): -3897089 or 16746692. OLE color: 16746692.
HSL color Cylindrical-coordinate representation of color #C488FF: hue angle of 270.25º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C488FF is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 136 | 255 | - |
| CMYK | 0.23 | 0.47 | 0 | 0 |
| HSL | 270.25º | 1% | 0.77% | - |
| HSV(B) | 270.25º | 0.47% | 1% | - |
| XYZ | 49.62 | 36.56 | 99.05 | - |
| YUV | 167.51 | 177.38 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 255 | 0.23 | 0.47 | 0 | 0 | 270.25 | 1 | 0.77 |
| Hex | C4 | 88 | FF | 17 | 2F | 0 | 0 | 10E | 64 | 4D |
| Octal | 304 | 210 | 377 | 27 | 57 | 0 | 0 | 416 | 144 | 115 |
| Binary | 11000100 | 10001000 | 11111111 | 10111 | 101111 | 0 | 0 | 100001110 | 1100100 | 1001101 |
Color Harmonies of #C488FF
Complementary color
Monochromatic Colors of #C488FF
Black with #C488FF
Text Example
Text Example
White with #C488FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C488FF; }
p { color: rgb(196,136,255); }
H1.HeaderClassName
{
color: #C488FF;
}
.AnyTagClassName
{
color: #C488FF;
}
</style>
background-color css
<style>
a { background-color: #C488FF; }
a { background-color: rgb(196,136,255); }
div.DivClassName
{
background-color: #C488FF;
}
.BgClassName
{
background-color: #C488FF;
}
</style>
border-color css
<style>
span { border-color: #C488FF; }
span { border-color: rgb(196,136,255); }
td.TdClassName
{
border-color: #C488FF;
}
.TagClassName
{
border-color: #C488FF;
}
</style>