Shades of Heliotrope #CE69F0
Tints of Heliotrope #CE69F0
RGB
CMYK
RGB Variations
Color information
#CE69F0 (or 0xCE69F0) is known color: Heliotrope. HEX triplet: CE, 69 and F0. RGB value is (206,105,240). Sum of RGB (Red+Green+Blue) = 206+105+240=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 105 (41.41% from 255 or 19.06% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE69F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE69F0 is #31960F. Grayscale: #969696. Windows color (decimal): -3249680 or 15755726. OLE color: 15755726.
HSL color Cylindrical-coordinate representation of color #CE69F0: hue angle of 284.89º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE69F0 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 105 | 240 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.06 |
| HSL | 284.89º | 0.82% | 0.68% | - |
| HSV(B) | 284.89º | 0.56% | 0.94% | - |
| XYZ | 46.23 | 29.52 | 85.7 | - |
| YUV | 150.59 | 178.46 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 240 | 0.14 | 0.56 | 0 | 0.06 | 284.89 | 0.82 | 0.68 |
| Hex | CE | 69 | F0 | E | 38 | 0 | 6 | 11D | 52 | 44 |
| Octal | 316 | 151 | 360 | 16 | 70 | 0 | 6 | 435 | 122 | 104 |
| Binary | 11001110 | 1101001 | 11110000 | 1110 | 111000 | 0 | 110 | 100011101 | 1010010 | 1000100 |
Color Harmonies of #CE69F0
Complementary color
Monochromatic Colors of #CE69F0
Black with #CE69F0
Text Example
Text Example
White with #CE69F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE69F0; }
p { color: rgb(206,105,240); }
H1.HeaderClassName
{
color: #CE69F0;
}
.AnyTagClassName
{
color: #CE69F0;
}
</style>
background-color css
<style>
a { background-color: #CE69F0; }
a { background-color: rgb(206,105,240); }
div.DivClassName
{
background-color: #CE69F0;
}
.BgClassName
{
background-color: #CE69F0;
}
</style>
border-color css
<style>
span { border-color: #CE69F0; }
span { border-color: rgb(206,105,240); }
td.TdClassName
{
border-color: #CE69F0;
}
.TagClassName
{
border-color: #CE69F0;
}
</style>