Shades of Heliotrope #CE7FFA
Tints of Heliotrope #CE7FFA
RGB
CMYK
RGB Variations
Color information
#CE7FFA (or 0xCE7FFA) is known color: Heliotrope. HEX triplet: CE, 7F and FA. RGB value is (206,127,250). Sum of RGB (Red+Green+Blue) = 206+127+250=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 127 (50% from 255 or 21.78% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE7FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7FFA is #318005. Grayscale: #A4A4A4. Windows color (decimal): -3244038 or 16416718. OLE color: 16416718.
HSL color Cylindrical-coordinate representation of color #CE7FFA: hue angle of 278.54º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE7FFA is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 127 | 250 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.02 |
| HSL | 278.54º | 0.92% | 0.74% | - |
| HSV(B) | 278.54º | 0.49% | 0.98% | - |
| XYZ | 50.3 | 35.2 | 94.59 | - |
| YUV | 164.64 | 176.17 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 127 | 250 | 0.18 | 0.49 | 0 | 0.02 | 278.54 | 0.92 | 0.74 |
| Hex | CE | 7F | FA | 12 | 31 | 0 | 2 | 117 | 5C | 4A |
| Octal | 316 | 177 | 372 | 22 | 61 | 0 | 2 | 427 | 134 | 112 |
| Binary | 11001110 | 1111111 | 11111010 | 10010 | 110001 | 0 | 10 | 100010111 | 1011100 | 1001010 |
Color Harmonies of #CE7FFA
Complementary color
Monochromatic Colors of #CE7FFA
Black with #CE7FFA
Text Example
Text Example
White with #CE7FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7FFA; }
p { color: rgb(206,127,250); }
H1.HeaderClassName
{
color: #CE7FFA;
}
.AnyTagClassName
{
color: #CE7FFA;
}
</style>
background-color css
<style>
a { background-color: #CE7FFA; }
a { background-color: rgb(206,127,250); }
div.DivClassName
{
background-color: #CE7FFA;
}
.BgClassName
{
background-color: #CE7FFA;
}
</style>
border-color css
<style>
span { border-color: #CE7FFA; }
span { border-color: rgb(206,127,250); }
td.TdClassName
{
border-color: #CE7FFA;
}
.TagClassName
{
border-color: #CE7FFA;
}
</style>