Shades of Heliotrope #CE49FB
Tints of Heliotrope #CE49FB
RGB
CMYK
RGB Variations
Color information
#CE49FB (or 0xCE49FB) is known color: Heliotrope. HEX triplet: CE, 49 and FB. RGB value is (206,73,251). Sum of RGB (Red+Green+Blue) = 206+73+251=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 73 (28.91% from 255 or 13.77% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE49FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE49FB is #31B604. Grayscale: #848484. Windows color (decimal): -3257861 or 16468430. OLE color: 16468430.
HSL color Cylindrical-coordinate representation of color #CE49FB: hue angle of 284.83º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE49FB is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 73 | 251 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.02 |
| HSL | 284.83º | 0.96% | 0.64% | - |
| HSV(B) | 284.83º | 0.71% | 0.98% | - |
| XYZ | 45.25 | 24.85 | 93.68 | - |
| YUV | 133.06 | 194.56 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 251 | 0.18 | 0.71 | 0 | 0.02 | 284.83 | 0.96 | 0.64 |
| Hex | CE | 49 | FB | 12 | 47 | 0 | 2 | 11D | 60 | 40 |
| Octal | 316 | 111 | 373 | 22 | 107 | 0 | 2 | 435 | 140 | 100 |
| Binary | 11001110 | 1001001 | 11111011 | 10010 | 1000111 | 0 | 10 | 100011101 | 1100000 | 1000000 |
Color Harmonies of #CE49FB
Complementary color
Monochromatic Colors of #CE49FB
Black with #CE49FB
Text Example
Text Example
White with #CE49FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE49FB; }
p { color: rgb(206,73,251); }
H1.HeaderClassName
{
color: #CE49FB;
}
.AnyTagClassName
{
color: #CE49FB;
}
</style>
background-color css
<style>
a { background-color: #CE49FB; }
a { background-color: rgb(206,73,251); }
div.DivClassName
{
background-color: #CE49FB;
}
.BgClassName
{
background-color: #CE49FB;
}
</style>
border-color css
<style>
span { border-color: #CE49FB; }
span { border-color: rgb(206,73,251); }
td.TdClassName
{
border-color: #CE49FB;
}
.TagClassName
{
border-color: #CE49FB;
}
</style>