Shades of Heliotrope #CE70FD
Tints of Heliotrope #CE70FD
RGB
CMYK
RGB Variations
Color information
#CE70FD (or 0xCE70FD) is known color: Heliotrope. HEX triplet: CE, 70 and FD. RGB value is (206,112,253). Sum of RGB (Red+Green+Blue) = 206+112+253=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 112 (44.14% from 255 or 19.61% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE70FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE70FD is #318F02. Grayscale: #9B9B9B. Windows color (decimal): -3247875 or 16609486. OLE color: 16609486.
HSL color Cylindrical-coordinate representation of color #CE70FD: hue angle of 280º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE70FD is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 112 | 253 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.01 |
| HSL | 280º | 0.97% | 0.72% | - |
| HSV(B) | 280º | 0.56% | 0.99% | - |
| XYZ | 48.98 | 31.8 | 96.49 | - |
| YUV | 156.18 | 182.64 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 253 | 0.19 | 0.56 | 0 | 0.01 | 280 | 0.97 | 0.72 |
| Hex | CE | 70 | FD | 13 | 38 | 0 | 1 | 118 | 61 | 48 |
| Octal | 316 | 160 | 375 | 23 | 70 | 0 | 1 | 430 | 141 | 110 |
| Binary | 11001110 | 1110000 | 11111101 | 10011 | 111000 | 0 | 1 | 100011000 | 1100001 | 1001000 |
Color Harmonies of #CE70FD
Complementary color
Monochromatic Colors of #CE70FD
Black with #CE70FD
Text Example
Text Example
White with #CE70FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE70FD; }
p { color: rgb(206,112,253); }
H1.HeaderClassName
{
color: #CE70FD;
}
.AnyTagClassName
{
color: #CE70FD;
}
</style>
background-color css
<style>
a { background-color: #CE70FD; }
a { background-color: rgb(206,112,253); }
div.DivClassName
{
background-color: #CE70FD;
}
.BgClassName
{
background-color: #CE70FD;
}
</style>
border-color css
<style>
span { border-color: #CE70FD; }
span { border-color: rgb(206,112,253); }
td.TdClassName
{
border-color: #CE70FD;
}
.TagClassName
{
border-color: #CE70FD;
}
</style>