Shades of Heliotrope #CE6CFC
Tints of Heliotrope #CE6CFC
RGB
CMYK
RGB Variations
Color information
#CE6CFC (or 0xCE6CFC) is known color: Heliotrope. HEX triplet: CE, 6C and FC. RGB value is (206,108,252). Sum of RGB (Red+Green+Blue) = 206+108+252=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 108 (42.58% from 255 or 19.08% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE6CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6CFC is #319303. Grayscale: #999999. Windows color (decimal): -3248900 or 16542926. OLE color: 16542926.
HSL color Cylindrical-coordinate representation of color #CE6CFC: hue angle of 280.83º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE6CFC is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 108 | 252 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.01 |
| HSL | 280.83º | 0.96% | 0.71% | - |
| HSV(B) | 280.83º | 0.57% | 0.99% | - |
| XYZ | 48.39 | 30.88 | 95.5 | - |
| YUV | 153.72 | 183.47 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 252 | 0.18 | 0.57 | 0 | 0.01 | 280.83 | 0.96 | 0.71 |
| Hex | CE | 6C | FC | 12 | 39 | 0 | 1 | 119 | 60 | 47 |
| Octal | 316 | 154 | 374 | 22 | 71 | 0 | 1 | 431 | 140 | 107 |
| Binary | 11001110 | 1101100 | 11111100 | 10010 | 111001 | 0 | 1 | 100011001 | 1100000 | 1000111 |
Color Harmonies of #CE6CFC
Complementary color
Monochromatic Colors of #CE6CFC
Black with #CE6CFC
Text Example
Text Example
White with #CE6CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6CFC; }
p { color: rgb(206,108,252); }
H1.HeaderClassName
{
color: #CE6CFC;
}
.AnyTagClassName
{
color: #CE6CFC;
}
</style>
background-color css
<style>
a { background-color: #CE6CFC; }
a { background-color: rgb(206,108,252); }
div.DivClassName
{
background-color: #CE6CFC;
}
.BgClassName
{
background-color: #CE6CFC;
}
</style>
border-color css
<style>
span { border-color: #CE6CFC; }
span { border-color: rgb(206,108,252); }
td.TdClassName
{
border-color: #CE6CFC;
}
.TagClassName
{
border-color: #CE6CFC;
}
</style>