Shades of Heliotrope #CE6CFE
Tints of Heliotrope #CE6CFE
RGB
CMYK
RGB Variations
Color information
#CE6CFE (or 0xCE6CFE) is known color: Heliotrope. HEX triplet: CE, 6C and FE. RGB value is (206,108,254). Sum of RGB (Red+Green+Blue) = 206+108+254=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 108 (42.58% from 255 or 19.01% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE6CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6CFE is #319301. Grayscale: #999999. Windows color (decimal): -3248898 or 16673998. OLE color: 16673998.
HSL color Cylindrical-coordinate representation of color #CE6CFE: hue angle of 280.27º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE6CFE is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 108 | 254 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.00 |
| HSL | 280.27º | 0.99% | 0.71% | - |
| HSV(B) | 280.27º | 0.57% | 1% | - |
| XYZ | 48.71 | 31 | 97.18 | - |
| YUV | 153.95 | 184.47 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 254 | 0.19 | 0.57 | 0 | 0.00 | 280.27 | 0.99 | 0.71 |
| Hex | CE | 6C | FE | 13 | 39 | 0 | 0 | 118 | 63 | 47 |
| Octal | 316 | 154 | 376 | 23 | 71 | 0 | 0 | 430 | 143 | 107 |
| Binary | 11001110 | 1101100 | 11111110 | 10011 | 111001 | 0 | 0 | 100011000 | 1100011 | 1000111 |
Color Harmonies of #CE6CFE
Complementary color
Monochromatic Colors of #CE6CFE
Black with #CE6CFE
Text Example
Text Example
White with #CE6CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6CFE; }
p { color: rgb(206,108,254); }
H1.HeaderClassName
{
color: #CE6CFE;
}
.AnyTagClassName
{
color: #CE6CFE;
}
</style>
background-color css
<style>
a { background-color: #CE6CFE; }
a { background-color: rgb(206,108,254); }
div.DivClassName
{
background-color: #CE6CFE;
}
.BgClassName
{
background-color: #CE6CFE;
}
</style>
border-color css
<style>
span { border-color: #CE6CFE; }
span { border-color: rgb(206,108,254); }
td.TdClassName
{
border-color: #CE6CFE;
}
.TagClassName
{
border-color: #CE6CFE;
}
</style>