Shades of Heliotrope #CE6FFC
Tints of Heliotrope #CE6FFC
RGB
CMYK
RGB Variations
Color information
#CE6FFC (or 0xCE6FFC) is known color: Heliotrope. HEX triplet: CE, 6F and FC. RGB value is (206,111,252). Sum of RGB (Red+Green+Blue) = 206+111+252=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 111 (43.75% from 255 or 19.51% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE6FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6FFC is #319003. Grayscale: #9B9B9B. Windows color (decimal): -3248132 or 16543694. OLE color: 16543694.
HSL color Cylindrical-coordinate representation of color #CE6FFC: hue angle of 280.43º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE6FFC is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 111 | 252 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.01 |
| HSL | 280.43º | 0.96% | 0.71% | - |
| HSV(B) | 280.43º | 0.56% | 0.99% | - |
| XYZ | 48.71 | 31.52 | 95.61 | - |
| YUV | 155.48 | 182.47 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 252 | 0.18 | 0.56 | 0 | 0.01 | 280.43 | 0.96 | 0.71 |
| Hex | CE | 6F | FC | 12 | 38 | 0 | 1 | 118 | 60 | 47 |
| Octal | 316 | 157 | 374 | 22 | 70 | 0 | 1 | 430 | 140 | 107 |
| Binary | 11001110 | 1101111 | 11111100 | 10010 | 111000 | 0 | 1 | 100011000 | 1100000 | 1000111 |
Color Harmonies of #CE6FFC
Complementary color
Monochromatic Colors of #CE6FFC
Black with #CE6FFC
Text Example
Text Example
White with #CE6FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6FFC; }
p { color: rgb(206,111,252); }
H1.HeaderClassName
{
color: #CE6FFC;
}
.AnyTagClassName
{
color: #CE6FFC;
}
</style>
background-color css
<style>
a { background-color: #CE6FFC; }
a { background-color: rgb(206,111,252); }
div.DivClassName
{
background-color: #CE6FFC;
}
.BgClassName
{
background-color: #CE6FFC;
}
</style>
border-color css
<style>
span { border-color: #CE6FFC; }
span { border-color: rgb(206,111,252); }
td.TdClassName
{
border-color: #CE6FFC;
}
.TagClassName
{
border-color: #CE6FFC;
}
</style>