Shades of Heliotrope #CE7EFB
Tints of Heliotrope #CE7EFB
RGB
CMYK
RGB Variations
Color information
#CE7EFB (or 0xCE7EFB) is known color: Heliotrope. HEX triplet: CE, 7E and FB. RGB value is (206,126,251). Sum of RGB (Red+Green+Blue) = 206+126+251=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 126 (49.61% from 255 or 21.61% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE7EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7EFB is #318104. Grayscale: #A3A3A3. Windows color (decimal): -3244293 or 16481998. OLE color: 16481998.
HSL color Cylindrical-coordinate representation of color #CE7EFB: hue angle of 278.4º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE7EFB is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 126 | 251 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.02 |
| HSL | 278.4º | 0.94% | 0.74% | - |
| HSV(B) | 278.4º | 0.5% | 0.98% | - |
| XYZ | 50.33 | 35.01 | 95.37 | - |
| YUV | 164.17 | 177 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 126 | 251 | 0.18 | 0.50 | 0 | 0.02 | 278.4 | 0.94 | 0.74 |
| Hex | CE | 7E | FB | 12 | 32 | 0 | 2 | 116 | 5E | 4A |
| Octal | 316 | 176 | 373 | 22 | 62 | 0 | 2 | 426 | 136 | 112 |
| Binary | 11001110 | 1111110 | 11111011 | 10010 | 110010 | 0 | 10 | 100010110 | 1011110 | 1001010 |
Color Harmonies of #CE7EFB
Complementary color
Monochromatic Colors of #CE7EFB
Black with #CE7EFB
Text Example
Text Example
White with #CE7EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7EFB; }
p { color: rgb(206,126,251); }
H1.HeaderClassName
{
color: #CE7EFB;
}
.AnyTagClassName
{
color: #CE7EFB;
}
</style>
background-color css
<style>
a { background-color: #CE7EFB; }
a { background-color: rgb(206,126,251); }
div.DivClassName
{
background-color: #CE7EFB;
}
.BgClassName
{
background-color: #CE7EFB;
}
</style>
border-color css
<style>
span { border-color: #CE7EFB; }
span { border-color: rgb(206,126,251); }
td.TdClassName
{
border-color: #CE7EFB;
}
.TagClassName
{
border-color: #CE7EFB;
}
</style>