Shades of Heliotrope #CE7BF1
Tints of Heliotrope #CE7BF1
RGB
CMYK
RGB Variations
Color information
#CE7BF1 (or 0xCE7BF1) is known color: Heliotrope. HEX triplet: CE, 7B and F1. RGB value is (206,123,241). Sum of RGB (Red+Green+Blue) = 206+123+241=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 123 (48.44% from 255 or 21.58% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE7BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7BF1 is #31840E. Grayscale: #A0A0A0. Windows color (decimal): -3245071 or 15825870. OLE color: 15825870.
HSL color Cylindrical-coordinate representation of color #CE7BF1: hue angle of 282.2º 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 #CE7BF1 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 123 | 241 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.05 |
| HSL | 282.2º | 0.81% | 0.71% | - |
| HSV(B) | 282.2º | 0.49% | 0.95% | - |
| XYZ | 48.41 | 33.64 | 87.16 | - |
| YUV | 161.27 | 173 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 241 | 0.15 | 0.49 | 0 | 0.05 | 282.2 | 0.81 | 0.71 |
| Hex | CE | 7B | F1 | F | 31 | 0 | 5 | 11A | 51 | 47 |
| Octal | 316 | 173 | 361 | 17 | 61 | 0 | 5 | 432 | 121 | 107 |
| Binary | 11001110 | 1111011 | 11110001 | 1111 | 110001 | 0 | 101 | 100011010 | 1010001 | 1000111 |
Color Harmonies of #CE7BF1
Complementary color
Monochromatic Colors of #CE7BF1
Black with #CE7BF1
Text Example
Text Example
White with #CE7BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7BF1; }
p { color: rgb(206,123,241); }
H1.HeaderClassName
{
color: #CE7BF1;
}
.AnyTagClassName
{
color: #CE7BF1;
}
</style>
background-color css
<style>
a { background-color: #CE7BF1; }
a { background-color: rgb(206,123,241); }
div.DivClassName
{
background-color: #CE7BF1;
}
.BgClassName
{
background-color: #CE7BF1;
}
</style>
border-color css
<style>
span { border-color: #CE7BF1; }
span { border-color: rgb(206,123,241); }
td.TdClassName
{
border-color: #CE7BF1;
}
.TagClassName
{
border-color: #CE7BF1;
}
</style>