Shades of Heliotrope #CE7BE7
Tints of Heliotrope #CE7BE7
RGB
CMYK
RGB Variations
Color information
#CE7BE7 (or 0xCE7BE7) is known color: Heliotrope. HEX triplet: CE, 7B and E7. RGB value is (206,123,231). Sum of RGB (Red+Green+Blue) = 206+123+231=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 123 (48.44% from 255 or 21.96% from 560); Blue value is 231 (90.62% from 255 or 41.25% from 560); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE7BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7BE7 is #318418. Grayscale: #9F9F9F. Windows color (decimal): -3245081 or 15170510. OLE color: 15170510.
HSL color Cylindrical-coordinate representation of color #CE7BE7: hue angle of 286.11º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE7BE7 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 123 | 231 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.09 |
| HSL | 286.11º | 0.69% | 0.69% | - |
| HSV(B) | 286.11º | 0.47% | 0.91% | - |
| XYZ | 46.96 | 33.06 | 79.51 | - |
| YUV | 160.13 | 168 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 231 | 0.11 | 0.47 | 0 | 0.09 | 286.11 | 0.69 | 0.69 |
| Hex | CE | 7B | E7 | B | 2F | 0 | 9 | 11E | 45 | 45 |
| Octal | 316 | 173 | 347 | 13 | 57 | 0 | 11 | 436 | 105 | 105 |
| Binary | 11001110 | 1111011 | 11100111 | 1011 | 101111 | 0 | 1001 | 100011110 | 1000101 | 1000101 |
Color Harmonies of #CE7BE7
Complementary color
Monochromatic Colors of #CE7BE7
Black with #CE7BE7
Text Example
Text Example
White with #CE7BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7BE7; }
p { color: rgb(206,123,231); }
H1.HeaderClassName
{
color: #CE7BE7;
}
.AnyTagClassName
{
color: #CE7BE7;
}
</style>
background-color css
<style>
a { background-color: #CE7BE7; }
a { background-color: rgb(206,123,231); }
div.DivClassName
{
background-color: #CE7BE7;
}
.BgClassName
{
background-color: #CE7BE7;
}
</style>
border-color css
<style>
span { border-color: #CE7BE7; }
span { border-color: rgb(206,123,231); }
td.TdClassName
{
border-color: #CE7BE7;
}
.TagClassName
{
border-color: #CE7BE7;
}
</style>