Shades of Heliotrope #CE50FD
Tints of Heliotrope #CE50FD
RGB
CMYK
RGB Variations
Color information
#CE50FD (or 0xCE50FD) is known color: Heliotrope. HEX triplet: CE, 50 and FD. RGB value is (206,80,253). Sum of RGB (Red+Green+Blue) = 206+80+253=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 80 (31.64% from 255 or 14.84% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE50FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE50FD is #31AF02. Grayscale: #888888. Windows color (decimal): -3256067 or 16601294. OLE color: 16601294.
HSL color Cylindrical-coordinate representation of color #CE50FD: hue angle of 283.7º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE50FD is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 80 | 253 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.01 |
| HSL | 283.7º | 0.98% | 0.65% | - |
| HSV(B) | 283.7º | 0.68% | 0.99% | - |
| XYZ | 46.05 | 25.95 | 95.51 | - |
| YUV | 137.4 | 193.24 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 253 | 0.19 | 0.68 | 0 | 0.01 | 283.7 | 0.98 | 0.65 |
| Hex | CE | 50 | FD | 13 | 44 | 0 | 1 | 11C | 62 | 41 |
| Octal | 316 | 120 | 375 | 23 | 104 | 0 | 1 | 434 | 142 | 101 |
| Binary | 11001110 | 1010000 | 11111101 | 10011 | 1000100 | 0 | 1 | 100011100 | 1100010 | 1000001 |
Color Harmonies of #CE50FD
Complementary color
Monochromatic Colors of #CE50FD
Black with #CE50FD
Text Example
Text Example
White with #CE50FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE50FD; }
p { color: rgb(206,80,253); }
H1.HeaderClassName
{
color: #CE50FD;
}
.AnyTagClassName
{
color: #CE50FD;
}
</style>
background-color css
<style>
a { background-color: #CE50FD; }
a { background-color: rgb(206,80,253); }
div.DivClassName
{
background-color: #CE50FD;
}
.BgClassName
{
background-color: #CE50FD;
}
</style>
border-color css
<style>
span { border-color: #CE50FD; }
span { border-color: rgb(206,80,253); }
td.TdClassName
{
border-color: #CE50FD;
}
.TagClassName
{
border-color: #CE50FD;
}
</style>