Shades of Heliotrope #CE7AF1
Tints of Heliotrope #CE7AF1
RGB
CMYK
RGB Variations
Color information
#CE7AF1 (or 0xCE7AF1) is known color: Heliotrope. HEX triplet: CE, 7A and F1. RGB value is (206,122,241). Sum of RGB (Red+Green+Blue) = 206+122+241=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 122 (48.05% from 255 or 21.44% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE7AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7AF1 is #31850E. Grayscale: #A0A0A0. Windows color (decimal): -3245327 or 15825614. OLE color: 15825614.
HSL color Cylindrical-coordinate representation of color #CE7AF1: hue angle of 282.35º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE7AF1 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 122 | 241 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.05 |
| HSL | 282.35º | 0.81% | 0.71% | - |
| HSV(B) | 282.35º | 0.49% | 0.95% | - |
| XYZ | 48.29 | 33.39 | 87.12 | - |
| YUV | 160.68 | 173.33 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 241 | 0.15 | 0.49 | 0 | 0.05 | 282.35 | 0.81 | 0.71 |
| Hex | CE | 7A | F1 | F | 31 | 0 | 5 | 11A | 51 | 47 |
| Octal | 316 | 172 | 361 | 17 | 61 | 0 | 5 | 432 | 121 | 107 |
| Binary | 11001110 | 1111010 | 11110001 | 1111 | 110001 | 0 | 101 | 100011010 | 1010001 | 1000111 |
Color Harmonies of #CE7AF1
Complementary color
Monochromatic Colors of #CE7AF1
Black with #CE7AF1
Text Example
Text Example
White with #CE7AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7AF1; }
p { color: rgb(206,122,241); }
H1.HeaderClassName
{
color: #CE7AF1;
}
.AnyTagClassName
{
color: #CE7AF1;
}
</style>
background-color css
<style>
a { background-color: #CE7AF1; }
a { background-color: rgb(206,122,241); }
div.DivClassName
{
background-color: #CE7AF1;
}
.BgClassName
{
background-color: #CE7AF1;
}
</style>
border-color css
<style>
span { border-color: #CE7AF1; }
span { border-color: rgb(206,122,241); }
td.TdClassName
{
border-color: #CE7AF1;
}
.TagClassName
{
border-color: #CE7AF1;
}
</style>