Shades of Heliotrope #CE69FD
Tints of Heliotrope #CE69FD
RGB
CMYK
RGB Variations
Color information
#CE69FD (or 0xCE69FD) is known color: Heliotrope. HEX triplet: CE, 69 and FD. RGB value is (206,105,253). Sum of RGB (Red+Green+Blue) = 206+105+253=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 105 (41.41% from 255 or 18.62% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE69FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE69FD is #319602. Grayscale: #979797. Windows color (decimal): -3249667 or 16607694. OLE color: 16607694.
HSL color Cylindrical-coordinate representation of color #CE69FD: hue angle of 280.95º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE69FD is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 105 | 253 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.01 |
| HSL | 280.95º | 0.97% | 0.7% | - |
| HSV(B) | 280.95º | 0.58% | 0.99% | - |
| XYZ | 48.23 | 30.32 | 96.24 | - |
| YUV | 152.07 | 184.96 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 253 | 0.19 | 0.58 | 0 | 0.01 | 280.95 | 0.97 | 0.7 |
| Hex | CE | 69 | FD | 13 | 3A | 0 | 1 | 119 | 61 | 46 |
| Octal | 316 | 151 | 375 | 23 | 72 | 0 | 1 | 431 | 141 | 106 |
| Binary | 11001110 | 1101001 | 11111101 | 10011 | 111010 | 0 | 1 | 100011001 | 1100001 | 1000110 |
Color Harmonies of #CE69FD
Complementary color
Monochromatic Colors of #CE69FD
Black with #CE69FD
Text Example
Text Example
White with #CE69FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE69FD; }
p { color: rgb(206,105,253); }
H1.HeaderClassName
{
color: #CE69FD;
}
.AnyTagClassName
{
color: #CE69FD;
}
</style>
background-color css
<style>
a { background-color: #CE69FD; }
a { background-color: rgb(206,105,253); }
div.DivClassName
{
background-color: #CE69FD;
}
.BgClassName
{
background-color: #CE69FD;
}
</style>
border-color css
<style>
span { border-color: #CE69FD; }
span { border-color: rgb(206,105,253); }
td.TdClassName
{
border-color: #CE69FD;
}
.TagClassName
{
border-color: #CE69FD;
}
</style>