Shades of Heliotrope #CE88FA
Tints of Heliotrope #CE88FA
RGB
CMYK
RGB Variations
Color information
#CE88FA (or 0xCE88FA) is known color: Heliotrope. HEX triplet: CE, 88 and FA. RGB value is (206,136,250). Sum of RGB (Red+Green+Blue) = 206+136+250=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 136 (53.52% from 255 or 22.97% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE88FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE88FA is #317705. Grayscale: #A9A9A9. Windows color (decimal): -3241734 or 16419022. OLE color: 16419022.
HSL color Cylindrical-coordinate representation of color #CE88FA: hue angle of 276.84º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE88FA is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 136 | 250 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.02 |
| HSL | 276.84º | 0.92% | 0.76% | - |
| HSV(B) | 276.84º | 0.46% | 0.98% | - |
| XYZ | 51.51 | 37.63 | 94.99 | - |
| YUV | 169.93 | 173.19 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 250 | 0.18 | 0.46 | 0 | 0.02 | 276.84 | 0.92 | 0.76 |
| Hex | CE | 88 | FA | 12 | 2E | 0 | 2 | 115 | 5C | 4C |
| Octal | 316 | 210 | 372 | 22 | 56 | 0 | 2 | 425 | 134 | 114 |
| Binary | 11001110 | 10001000 | 11111010 | 10010 | 101110 | 0 | 10 | 100010101 | 1011100 | 1001100 |
Color Harmonies of #CE88FA
Complementary color
Monochromatic Colors of #CE88FA
Black with #CE88FA
Text Example
Text Example
White with #CE88FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE88FA; }
p { color: rgb(206,136,250); }
H1.HeaderClassName
{
color: #CE88FA;
}
.AnyTagClassName
{
color: #CE88FA;
}
</style>
background-color css
<style>
a { background-color: #CE88FA; }
a { background-color: rgb(206,136,250); }
div.DivClassName
{
background-color: #CE88FA;
}
.BgClassName
{
background-color: #CE88FA;
}
</style>
border-color css
<style>
span { border-color: #CE88FA; }
span { border-color: rgb(206,136,250); }
td.TdClassName
{
border-color: #CE88FA;
}
.TagClassName
{
border-color: #CE88FA;
}
</style>