Shades of Heliotrope #CE53FB
Tints of Heliotrope #CE53FB
RGB
CMYK
RGB Variations
Color information
#CE53FB (or 0xCE53FB) is known color: Heliotrope. HEX triplet: CE, 53 and FB. RGB value is (206,83,251). Sum of RGB (Red+Green+Blue) = 206+83+251=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 83 (32.81% from 255 or 15.37% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE53FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE53FB is #31AC04. Grayscale: #8A8A8A. Windows color (decimal): -3255301 or 16470990. OLE color: 16470990.
HSL color Cylindrical-coordinate representation of color #CE53FB: hue angle of 283.93º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE53FB is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 83 | 251 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.02 |
| HSL | 283.93º | 0.95% | 0.65% | - |
| HSV(B) | 283.93º | 0.67% | 0.98% | - |
| XYZ | 45.96 | 26.27 | 93.92 | - |
| YUV | 138.93 | 191.25 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 251 | 0.18 | 0.67 | 0 | 0.02 | 283.93 | 0.95 | 0.65 |
| Hex | CE | 53 | FB | 12 | 43 | 0 | 2 | 11C | 5F | 41 |
| Octal | 316 | 123 | 373 | 22 | 103 | 0 | 2 | 434 | 137 | 101 |
| Binary | 11001110 | 1010011 | 11111011 | 10010 | 1000011 | 0 | 10 | 100011100 | 1011111 | 1000001 |
Color Harmonies of #CE53FB
Complementary color
Monochromatic Colors of #CE53FB
Black with #CE53FB
Text Example
Text Example
White with #CE53FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE53FB; }
p { color: rgb(206,83,251); }
H1.HeaderClassName
{
color: #CE53FB;
}
.AnyTagClassName
{
color: #CE53FB;
}
</style>
background-color css
<style>
a { background-color: #CE53FB; }
a { background-color: rgb(206,83,251); }
div.DivClassName
{
background-color: #CE53FB;
}
.BgClassName
{
background-color: #CE53FB;
}
</style>
border-color css
<style>
span { border-color: #CE53FB; }
span { border-color: rgb(206,83,251); }
td.TdClassName
{
border-color: #CE53FB;
}
.TagClassName
{
border-color: #CE53FB;
}
</style>