Shades of Heliotrope #C288FE
Tints of Heliotrope #C288FE
RGB
CMYK
RGB Variations
Color information
#C288FE (or 0xC288FE) is known color: Heliotrope. HEX triplet: C2, 88 and FE. RGB value is (194,136,254). Sum of RGB (Red+Green+Blue) = 194+136+254=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 136 (53.52% from 255 or 23.29% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #C288FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C288FE is #3D7701. Grayscale: #A6A6A6. Windows color (decimal): -4028162 or 16681154. OLE color: 16681154.
HSL color Cylindrical-coordinate representation of color #C288FE: hue angle of 269.49º 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 #C288FE is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 136 | 254 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.00 |
| HSL | 269.49º | 0.98% | 0.76% | - |
| HSV(B) | 269.49º | 0.46% | 1% | - |
| XYZ | 48.94 | 36.23 | 98.18 | - |
| YUV | 166.79 | 177.22 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 254 | 0.24 | 0.46 | 0 | 0.00 | 269.49 | 0.98 | 0.76 |
| Hex | C2 | 88 | FE | 18 | 2E | 0 | 0 | 10D | 62 | 4C |
| Octal | 302 | 210 | 376 | 30 | 56 | 0 | 0 | 415 | 142 | 114 |
| Binary | 11000010 | 10001000 | 11111110 | 11000 | 101110 | 0 | 0 | 100001101 | 1100010 | 1001100 |
Color Harmonies of #C288FE
Complementary color
Monochromatic Colors of #C288FE
Black with #C288FE
Text Example
Text Example
White with #C288FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C288FE; }
p { color: rgb(194,136,254); }
H1.HeaderClassName
{
color: #C288FE;
}
.AnyTagClassName
{
color: #C288FE;
}
</style>
background-color css
<style>
a { background-color: #C288FE; }
a { background-color: rgb(194,136,254); }
div.DivClassName
{
background-color: #C288FE;
}
.BgClassName
{
background-color: #C288FE;
}
</style>
border-color css
<style>
span { border-color: #C288FE; }
span { border-color: rgb(194,136,254); }
td.TdClassName
{
border-color: #C288FE;
}
.TagClassName
{
border-color: #C288FE;
}
</style>