Shades of Heliotrope #CE6BEA
Tints of Heliotrope #CE6BEA
RGB
CMYK
RGB Variations
Color information
#CE6BEA (or 0xCE6BEA) is known color: Heliotrope. HEX triplet: CE, 6B and EA. RGB value is (206,107,234). Sum of RGB (Red+Green+Blue) = 206+107+234=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 107 (42.19% from 255 or 19.56% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE6BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6BEA is #319415. Grayscale: #969696. Windows color (decimal): -3249174 or 15363022. OLE color: 15363022.
HSL color Cylindrical-coordinate representation of color #CE6BEA: hue angle of 286.77º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE6BEA is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 107 | 234 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.08 |
| HSL | 286.77º | 0.75% | 0.67% | - |
| HSV(B) | 286.77º | 0.54% | 0.92% | - |
| XYZ | 45.56 | 29.58 | 81.15 | - |
| YUV | 151.08 | 174.8 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 234 | 0.12 | 0.54 | 0 | 0.08 | 286.77 | 0.75 | 0.67 |
| Hex | CE | 6B | EA | C | 36 | 0 | 8 | 11F | 4B | 43 |
| Octal | 316 | 153 | 352 | 14 | 66 | 0 | 10 | 437 | 113 | 103 |
| Binary | 11001110 | 1101011 | 11101010 | 1100 | 110110 | 0 | 1000 | 100011111 | 1001011 | 1000011 |
Color Harmonies of #CE6BEA
Complementary color
Monochromatic Colors of #CE6BEA
Black with #CE6BEA
Text Example
Text Example
White with #CE6BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6BEA; }
p { color: rgb(206,107,234); }
H1.HeaderClassName
{
color: #CE6BEA;
}
.AnyTagClassName
{
color: #CE6BEA;
}
</style>
background-color css
<style>
a { background-color: #CE6BEA; }
a { background-color: rgb(206,107,234); }
div.DivClassName
{
background-color: #CE6BEA;
}
.BgClassName
{
background-color: #CE6BEA;
}
</style>
border-color css
<style>
span { border-color: #CE6BEA; }
span { border-color: rgb(206,107,234); }
td.TdClassName
{
border-color: #CE6BEA;
}
.TagClassName
{
border-color: #CE6BEA;
}
</style>