Shades of Heliotrope #CE7CFA
Tints of Heliotrope #CE7CFA
RGB
CMYK
RGB Variations
Color information
#CE7CFA (or 0xCE7CFA) is known color: Heliotrope. HEX triplet: CE, 7C and FA. RGB value is (206,124,250). Sum of RGB (Red+Green+Blue) = 206+124+250=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 124 (48.83% from 255 or 21.38% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE7CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7CFA is #318305. Grayscale: #A2A2A2. Windows color (decimal): -3244806 or 16415950. OLE color: 16415950.
HSL color Cylindrical-coordinate representation of color #CE7CFA: hue angle of 279.05º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE7CFA is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 124 | 250 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.02 |
| HSL | 279.05º | 0.93% | 0.73% | - |
| HSV(B) | 279.05º | 0.5% | 0.98% | - |
| XYZ | 49.92 | 34.44 | 94.46 | - |
| YUV | 162.88 | 177.17 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 250 | 0.18 | 0.50 | 0 | 0.02 | 279.05 | 0.93 | 0.73 |
| Hex | CE | 7C | FA | 12 | 32 | 0 | 2 | 117 | 5D | 49 |
| Octal | 316 | 174 | 372 | 22 | 62 | 0 | 2 | 427 | 135 | 111 |
| Binary | 11001110 | 1111100 | 11111010 | 10010 | 110010 | 0 | 10 | 100010111 | 1011101 | 1001001 |
Color Harmonies of #CE7CFA
Complementary color
Monochromatic Colors of #CE7CFA
Black with #CE7CFA
Text Example
Text Example
White with #CE7CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7CFA; }
p { color: rgb(206,124,250); }
H1.HeaderClassName
{
color: #CE7CFA;
}
.AnyTagClassName
{
color: #CE7CFA;
}
</style>
background-color css
<style>
a { background-color: #CE7CFA; }
a { background-color: rgb(206,124,250); }
div.DivClassName
{
background-color: #CE7CFA;
}
.BgClassName
{
background-color: #CE7CFA;
}
</style>
border-color css
<style>
span { border-color: #CE7CFA; }
span { border-color: rgb(206,124,250); }
td.TdClassName
{
border-color: #CE7CFA;
}
.TagClassName
{
border-color: #CE7CFA;
}
</style>