Shades of Heliotrope #CE7DFB
Tints of Heliotrope #CE7DFB
RGB
CMYK
RGB Variations
Color information
#CE7DFB (or 0xCE7DFB) is known color: Heliotrope. HEX triplet: CE, 7D and FB. RGB value is (206,125,251). Sum of RGB (Red+Green+Blue) = 206+125+251=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 125 (49.22% from 255 or 21.48% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE7DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7DFB is #318204. Grayscale: #A3A3A3. Windows color (decimal): -3244549 or 16481742. OLE color: 16481742.
HSL color Cylindrical-coordinate representation of color #CE7DFB: hue angle of 278.57º 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 #CE7DFB is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 125 | 251 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.02 |
| HSL | 278.57º | 0.94% | 0.74% | - |
| HSV(B) | 278.57º | 0.5% | 0.98% | - |
| XYZ | 50.2 | 34.75 | 95.33 | - |
| YUV | 163.58 | 177.34 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 251 | 0.18 | 0.50 | 0 | 0.02 | 278.57 | 0.94 | 0.74 |
| Hex | CE | 7D | FB | 12 | 32 | 0 | 2 | 117 | 5E | 4A |
| Octal | 316 | 175 | 373 | 22 | 62 | 0 | 2 | 427 | 136 | 112 |
| Binary | 11001110 | 1111101 | 11111011 | 10010 | 110010 | 0 | 10 | 100010111 | 1011110 | 1001010 |
Color Harmonies of #CE7DFB
Complementary color
Monochromatic Colors of #CE7DFB
Black with #CE7DFB
Text Example
Text Example
White with #CE7DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7DFB; }
p { color: rgb(206,125,251); }
H1.HeaderClassName
{
color: #CE7DFB;
}
.AnyTagClassName
{
color: #CE7DFB;
}
</style>
background-color css
<style>
a { background-color: #CE7DFB; }
a { background-color: rgb(206,125,251); }
div.DivClassName
{
background-color: #CE7DFB;
}
.BgClassName
{
background-color: #CE7DFB;
}
</style>
border-color css
<style>
span { border-color: #CE7DFB; }
span { border-color: rgb(206,125,251); }
td.TdClassName
{
border-color: #CE7DFB;
}
.TagClassName
{
border-color: #CE7DFB;
}
</style>