Shades of Heliotrope #CE7BF3
Tints of Heliotrope #CE7BF3
RGB
CMYK
RGB Variations
Color information
#CE7BF3 (or 0xCE7BF3) is known color: Heliotrope. HEX triplet: CE, 7B and F3. RGB value is (206,123,243). Sum of RGB (Red+Green+Blue) = 206+123+243=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 123 (48.44% from 255 or 21.50% from 572); Blue value is 243 (95.31% from 255 or 42.48% from 572); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE7BF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7BF3 is #31840C. Grayscale: #A1A1A1. Windows color (decimal): -3245069 or 15956942. OLE color: 15956942.
HSL color Cylindrical-coordinate representation of color #CE7BF3: hue angle of 281.5º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE7BF3 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 123 | 243 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.05 |
| HSL | 281.5º | 0.83% | 0.72% | - |
| HSV(B) | 281.5º | 0.49% | 0.95% | - |
| XYZ | 48.71 | 33.76 | 88.74 | - |
| YUV | 161.5 | 174 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 243 | 0.15 | 0.49 | 0 | 0.05 | 281.5 | 0.83 | 0.72 |
| Hex | CE | 7B | F3 | F | 31 | 0 | 5 | 11A | 53 | 48 |
| Octal | 316 | 173 | 363 | 17 | 61 | 0 | 5 | 432 | 123 | 110 |
| Binary | 11001110 | 1111011 | 11110011 | 1111 | 110001 | 0 | 101 | 100011010 | 1010011 | 1001000 |
Color Harmonies of #CE7BF3
Complementary color
Monochromatic Colors of #CE7BF3
Black with #CE7BF3
Text Example
Text Example
White with #CE7BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7BF3; }
p { color: rgb(206,123,243); }
H1.HeaderClassName
{
color: #CE7BF3;
}
.AnyTagClassName
{
color: #CE7BF3;
}
</style>
background-color css
<style>
a { background-color: #CE7BF3; }
a { background-color: rgb(206,123,243); }
div.DivClassName
{
background-color: #CE7BF3;
}
.BgClassName
{
background-color: #CE7BF3;
}
</style>
border-color css
<style>
span { border-color: #CE7BF3; }
span { border-color: rgb(206,123,243); }
td.TdClassName
{
border-color: #CE7BF3;
}
.TagClassName
{
border-color: #CE7BF3;
}
</style>