Shades of Heliotrope #CE4BFC
Tints of Heliotrope #CE4BFC
RGB
CMYK
RGB Variations
Color information
#CE4BFC (or 0xCE4BFC) is known color: Heliotrope. HEX triplet: CE, 4B and FC. RGB value is (206,75,252). Sum of RGB (Red+Green+Blue) = 206+75+252=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 75 (29.69% from 255 or 14.07% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE4BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4BFC is #31B403. Grayscale: #858585. Windows color (decimal): -3257348 or 16534478. OLE color: 16534478.
HSL color Cylindrical-coordinate representation of color #CE4BFC: hue angle of 284.41º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE4BFC is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 75 | 252 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.01 |
| HSL | 284.41º | 0.97% | 0.64% | - |
| HSV(B) | 284.41º | 0.7% | 0.99% | - |
| XYZ | 45.54 | 25.18 | 94.56 | - |
| YUV | 134.35 | 194.4 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 75 | 252 | 0.18 | 0.70 | 0 | 0.01 | 284.41 | 0.97 | 0.64 |
| Hex | CE | 4B | FC | 12 | 46 | 0 | 1 | 11C | 61 | 40 |
| Octal | 316 | 113 | 374 | 22 | 106 | 0 | 1 | 434 | 141 | 100 |
| Binary | 11001110 | 1001011 | 11111100 | 10010 | 1000110 | 0 | 1 | 100011100 | 1100001 | 1000000 |
Color Harmonies of #CE4BFC
Complementary color
Monochromatic Colors of #CE4BFC
Black with #CE4BFC
Text Example
Text Example
White with #CE4BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4BFC; }
p { color: rgb(206,75,252); }
H1.HeaderClassName
{
color: #CE4BFC;
}
.AnyTagClassName
{
color: #CE4BFC;
}
</style>
background-color css
<style>
a { background-color: #CE4BFC; }
a { background-color: rgb(206,75,252); }
div.DivClassName
{
background-color: #CE4BFC;
}
.BgClassName
{
background-color: #CE4BFC;
}
</style>
border-color css
<style>
span { border-color: #CE4BFC; }
span { border-color: rgb(206,75,252); }
td.TdClassName
{
border-color: #CE4BFC;
}
.TagClassName
{
border-color: #CE4BFC;
}
</style>