Shades of Heliotrope #CE6FFB
Tints of Heliotrope #CE6FFB
RGB
CMYK
RGB Variations
Color information
#CE6FFB (or 0xCE6FFB) is known color: Heliotrope. HEX triplet: CE, 6F and FB. RGB value is (206,111,251). Sum of RGB (Red+Green+Blue) = 206+111+251=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 111 (43.75% from 255 or 19.54% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE6FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6FFB is #319004. Grayscale: #9A9A9A. Windows color (decimal): -3248133 or 16478158. OLE color: 16478158.
HSL color Cylindrical-coordinate representation of color #CE6FFB: hue angle of 280.71º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE6FFB is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 111 | 251 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.02 |
| HSL | 280.71º | 0.95% | 0.71% | - |
| HSV(B) | 280.71º | 0.56% | 0.98% | - |
| XYZ | 48.55 | 31.46 | 94.78 | - |
| YUV | 155.37 | 181.97 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 251 | 0.18 | 0.56 | 0 | 0.02 | 280.71 | 0.95 | 0.71 |
| Hex | CE | 6F | FB | 12 | 38 | 0 | 2 | 119 | 5F | 47 |
| Octal | 316 | 157 | 373 | 22 | 70 | 0 | 2 | 431 | 137 | 107 |
| Binary | 11001110 | 1101111 | 11111011 | 10010 | 111000 | 0 | 10 | 100011001 | 1011111 | 1000111 |
Color Harmonies of #CE6FFB
Complementary color
Monochromatic Colors of #CE6FFB
Black with #CE6FFB
Text Example
Text Example
White with #CE6FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6FFB; }
p { color: rgb(206,111,251); }
H1.HeaderClassName
{
color: #CE6FFB;
}
.AnyTagClassName
{
color: #CE6FFB;
}
</style>
background-color css
<style>
a { background-color: #CE6FFB; }
a { background-color: rgb(206,111,251); }
div.DivClassName
{
background-color: #CE6FFB;
}
.BgClassName
{
background-color: #CE6FFB;
}
</style>
border-color css
<style>
span { border-color: #CE6FFB; }
span { border-color: rgb(206,111,251); }
td.TdClassName
{
border-color: #CE6FFB;
}
.TagClassName
{
border-color: #CE6FFB;
}
</style>