Shades of Heliotrope #CE69F1
Tints of Heliotrope #CE69F1
RGB
CMYK
RGB Variations
Color information
#CE69F1 (or 0xCE69F1) is known color: Heliotrope. HEX triplet: CE, 69 and F1. RGB value is (206,105,241). Sum of RGB (Red+Green+Blue) = 206+105+241=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 105 (41.41% from 255 or 19.02% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE69F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE69F1 is #31960E. Grayscale: #969696. Windows color (decimal): -3249679 or 15821262. OLE color: 15821262.
HSL color Cylindrical-coordinate representation of color #CE69F1: hue angle of 284.56º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE69F1 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 105 | 241 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.05 |
| HSL | 284.56º | 0.83% | 0.68% | - |
| HSV(B) | 284.56º | 0.56% | 0.95% | - |
| XYZ | 46.38 | 29.58 | 86.48 | - |
| YUV | 150.7 | 178.96 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 241 | 0.15 | 0.56 | 0 | 0.05 | 284.56 | 0.83 | 0.68 |
| Hex | CE | 69 | F1 | F | 38 | 0 | 5 | 11D | 53 | 44 |
| Octal | 316 | 151 | 361 | 17 | 70 | 0 | 5 | 435 | 123 | 104 |
| Binary | 11001110 | 1101001 | 11110001 | 1111 | 111000 | 0 | 101 | 100011101 | 1010011 | 1000100 |
Color Harmonies of #CE69F1
Complementary color
Monochromatic Colors of #CE69F1
Black with #CE69F1
Text Example
Text Example
White with #CE69F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE69F1; }
p { color: rgb(206,105,241); }
H1.HeaderClassName
{
color: #CE69F1;
}
.AnyTagClassName
{
color: #CE69F1;
}
</style>
background-color css
<style>
a { background-color: #CE69F1; }
a { background-color: rgb(206,105,241); }
div.DivClassName
{
background-color: #CE69F1;
}
.BgClassName
{
background-color: #CE69F1;
}
</style>
border-color css
<style>
span { border-color: #CE69F1; }
span { border-color: rgb(206,105,241); }
td.TdClassName
{
border-color: #CE69F1;
}
.TagClassName
{
border-color: #CE69F1;
}
</style>