Shades of Heliotrope #CE6AF1
Tints of Heliotrope #CE6AF1
RGB
CMYK
RGB Variations
Color information
#CE6AF1 (or 0xCE6AF1) is known color: Heliotrope. HEX triplet: CE, 6A and F1. RGB value is (206,106,241). Sum of RGB (Red+Green+Blue) = 206+106+241=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 106 (41.80% from 255 or 19.17% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE6AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6AF1 is #31950E. Grayscale: #969696. Windows color (decimal): -3249423 or 15821518. OLE color: 15821518.
HSL color Cylindrical-coordinate representation of color #CE6AF1: hue angle of 284.44º 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 #CE6AF1 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 106 | 241 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.05 |
| HSL | 284.44º | 0.83% | 0.68% | - |
| HSV(B) | 284.44º | 0.56% | 0.95% | - |
| XYZ | 46.48 | 29.78 | 86.52 | - |
| YUV | 151.29 | 178.63 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 106 | 241 | 0.15 | 0.56 | 0 | 0.05 | 284.44 | 0.83 | 0.68 |
| Hex | CE | 6A | F1 | F | 38 | 0 | 5 | 11C | 53 | 44 |
| Octal | 316 | 152 | 361 | 17 | 70 | 0 | 5 | 434 | 123 | 104 |
| Binary | 11001110 | 1101010 | 11110001 | 1111 | 111000 | 0 | 101 | 100011100 | 1010011 | 1000100 |
Color Harmonies of #CE6AF1
Complementary color
Monochromatic Colors of #CE6AF1
Black with #CE6AF1
Text Example
Text Example
White with #CE6AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6AF1; }
p { color: rgb(206,106,241); }
H1.HeaderClassName
{
color: #CE6AF1;
}
.AnyTagClassName
{
color: #CE6AF1;
}
</style>
background-color css
<style>
a { background-color: #CE6AF1; }
a { background-color: rgb(206,106,241); }
div.DivClassName
{
background-color: #CE6AF1;
}
.BgClassName
{
background-color: #CE6AF1;
}
</style>
border-color css
<style>
span { border-color: #CE6AF1; }
span { border-color: rgb(206,106,241); }
td.TdClassName
{
border-color: #CE6AF1;
}
.TagClassName
{
border-color: #CE6AF1;
}
</style>