Shades of Heliotrope #CE88F2
Tints of Heliotrope #CE88F2
RGB
CMYK
RGB Variations
Color information
#CE88F2 (or 0xCE88F2) is known color: Heliotrope. HEX triplet: CE, 88 and F2. RGB value is (206,136,242). Sum of RGB (Red+Green+Blue) = 206+136+242=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 136 (53.52% from 255 or 23.29% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE88F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE88F2 is #31770D. Grayscale: #A8A8A8. Windows color (decimal): -3241742 or 15894734. OLE color: 15894734.
HSL color Cylindrical-coordinate representation of color #CE88F2: hue angle of 279.62º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE88F2 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 136 | 242 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.05 |
| HSL | 279.62º | 0.8% | 0.74% | - |
| HSV(B) | 279.62º | 0.44% | 0.95% | - |
| XYZ | 50.28 | 37.14 | 88.52 | - |
| YUV | 169.01 | 169.19 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 242 | 0.15 | 0.44 | 0 | 0.05 | 279.62 | 0.8 | 0.74 |
| Hex | CE | 88 | F2 | F | 2C | 0 | 5 | 118 | 50 | 4A |
| Octal | 316 | 210 | 362 | 17 | 54 | 0 | 5 | 430 | 120 | 112 |
| Binary | 11001110 | 10001000 | 11110010 | 1111 | 101100 | 0 | 101 | 100011000 | 1010000 | 1001010 |
Color Harmonies of #CE88F2
Complementary color
Monochromatic Colors of #CE88F2
Black with #CE88F2
Text Example
Text Example
White with #CE88F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE88F2; }
p { color: rgb(206,136,242); }
H1.HeaderClassName
{
color: #CE88F2;
}
.AnyTagClassName
{
color: #CE88F2;
}
</style>
background-color css
<style>
a { background-color: #CE88F2; }
a { background-color: rgb(206,136,242); }
div.DivClassName
{
background-color: #CE88F2;
}
.BgClassName
{
background-color: #CE88F2;
}
</style>
border-color css
<style>
span { border-color: #CE88F2; }
span { border-color: rgb(206,136,242); }
td.TdClassName
{
border-color: #CE88F2;
}
.TagClassName
{
border-color: #CE88F2;
}
</style>