Shades of Heliotrope #C288FF
Tints of Heliotrope #C288FF
RGB
CMYK
RGB Variations
Color information
#C288FF (or 0xC288FF) is known color: Heliotrope. HEX triplet: C2, 88 and FF. RGB value is (194,136,255). Sum of RGB (Red+Green+Blue) = 194+136+255=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 136 (53.52% from 255 or 23.25% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #C288FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C288FF is #3D7700. Grayscale: #A6A6A6. Windows color (decimal): -4028161 or 16746690. OLE color: 16746690.
HSL color Cylindrical-coordinate representation of color #C288FF: hue angle of 269.24º 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 #C288FF is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 136 | 255 | - |
| CMYK | 0.24 | 0.47 | 0 | 0 |
| HSL | 269.24º | 1% | 0.77% | - |
| HSV(B) | 269.24º | 0.47% | 1% | - |
| XYZ | 49.1 | 36.3 | 99.03 | - |
| YUV | 166.91 | 177.72 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 255 | 0.24 | 0.47 | 0 | 0 | 269.24 | 1 | 0.77 |
| Hex | C2 | 88 | FF | 18 | 2F | 0 | 0 | 10D | 64 | 4D |
| Octal | 302 | 210 | 377 | 30 | 57 | 0 | 0 | 415 | 144 | 115 |
| Binary | 11000010 | 10001000 | 11111111 | 11000 | 101111 | 0 | 0 | 100001101 | 1100100 | 1001101 |
Color Harmonies of #C288FF
Complementary color
Monochromatic Colors of #C288FF
Black with #C288FF
Text Example
Text Example
White with #C288FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C288FF; }
p { color: rgb(194,136,255); }
H1.HeaderClassName
{
color: #C288FF;
}
.AnyTagClassName
{
color: #C288FF;
}
</style>
background-color css
<style>
a { background-color: #C288FF; }
a { background-color: rgb(194,136,255); }
div.DivClassName
{
background-color: #C288FF;
}
.BgClassName
{
background-color: #C288FF;
}
</style>
border-color css
<style>
span { border-color: #C288FF; }
span { border-color: rgb(194,136,255); }
td.TdClassName
{
border-color: #C288FF;
}
.TagClassName
{
border-color: #C288FF;
}
</style>