Shades of Heliotrope #CE73FD
Tints of Heliotrope #CE73FD
RGB
CMYK
RGB Variations
Color information
#CE73FD (or 0xCE73FD) is known color: Heliotrope. HEX triplet: CE, 73 and FD. RGB value is (206,115,253). Sum of RGB (Red+Green+Blue) = 206+115+253=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 115 (45.31% from 255 or 20.03% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE73FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE73FD is #318C02. Grayscale: #9D9D9D. Windows color (decimal): -3247107 or 16610254. OLE color: 16610254.
HSL color Cylindrical-coordinate representation of color #CE73FD: hue angle of 279.57º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE73FD is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 115 | 253 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.01 |
| HSL | 279.57º | 0.97% | 0.72% | - |
| HSV(B) | 279.57º | 0.55% | 0.99% | - |
| XYZ | 49.31 | 32.48 | 96.6 | - |
| YUV | 157.94 | 181.65 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 253 | 0.19 | 0.55 | 0 | 0.01 | 279.57 | 0.97 | 0.72 |
| Hex | CE | 73 | FD | 13 | 37 | 0 | 1 | 118 | 61 | 48 |
| Octal | 316 | 163 | 375 | 23 | 67 | 0 | 1 | 430 | 141 | 110 |
| Binary | 11001110 | 1110011 | 11111101 | 10011 | 110111 | 0 | 1 | 100011000 | 1100001 | 1001000 |
Color Harmonies of #CE73FD
Complementary color
Monochromatic Colors of #CE73FD
Black with #CE73FD
Text Example
Text Example
White with #CE73FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE73FD; }
p { color: rgb(206,115,253); }
H1.HeaderClassName
{
color: #CE73FD;
}
.AnyTagClassName
{
color: #CE73FD;
}
</style>
background-color css
<style>
a { background-color: #CE73FD; }
a { background-color: rgb(206,115,253); }
div.DivClassName
{
background-color: #CE73FD;
}
.BgClassName
{
background-color: #CE73FD;
}
</style>
border-color css
<style>
span { border-color: #CE73FD; }
span { border-color: rgb(206,115,253); }
td.TdClassName
{
border-color: #CE73FD;
}
.TagClassName
{
border-color: #CE73FD;
}
</style>