Shades of Heliotrope #CE4BFE
Tints of Heliotrope #CE4BFE
RGB
CMYK
RGB Variations
Color information
#CE4BFE (or 0xCE4BFE) is known color: Heliotrope. HEX triplet: CE, 4B and FE. RGB value is (206,75,254). Sum of RGB (Red+Green+Blue) = 206+75+254=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 75 (29.69% from 255 or 14.02% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE4BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4BFE is #31B401. Grayscale: #858585. Windows color (decimal): -3257346 or 16665550. OLE color: 16665550.
HSL color Cylindrical-coordinate representation of color #CE4BFE: hue angle of 283.91º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE4BFE is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 75 | 254 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.00 |
| HSL | 283.91º | 0.99% | 0.65% | - |
| HSV(B) | 283.91º | 0.7% | 1% | - |
| XYZ | 45.86 | 25.31 | 96.23 | - |
| YUV | 134.58 | 195.4 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 75 | 254 | 0.19 | 0.70 | 0 | 0.00 | 283.91 | 0.99 | 0.65 |
| Hex | CE | 4B | FE | 13 | 46 | 0 | 0 | 11C | 63 | 41 |
| Octal | 316 | 113 | 376 | 23 | 106 | 0 | 0 | 434 | 143 | 101 |
| Binary | 11001110 | 1001011 | 11111110 | 10011 | 1000110 | 0 | 0 | 100011100 | 1100011 | 1000001 |
Color Harmonies of #CE4BFE
Complementary color
Monochromatic Colors of #CE4BFE
Black with #CE4BFE
Text Example
Text Example
White with #CE4BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4BFE; }
p { color: rgb(206,75,254); }
H1.HeaderClassName
{
color: #CE4BFE;
}
.AnyTagClassName
{
color: #CE4BFE;
}
</style>
background-color css
<style>
a { background-color: #CE4BFE; }
a { background-color: rgb(206,75,254); }
div.DivClassName
{
background-color: #CE4BFE;
}
.BgClassName
{
background-color: #CE4BFE;
}
</style>
border-color css
<style>
span { border-color: #CE4BFE; }
span { border-color: rgb(206,75,254); }
td.TdClassName
{
border-color: #CE4BFE;
}
.TagClassName
{
border-color: #CE4BFE;
}
</style>