Shades of Heliotrope #CE65FC
Tints of Heliotrope #CE65FC
RGB
CMYK
RGB Variations
Color information
#CE65FC (or 0xCE65FC) is known color: Heliotrope. HEX triplet: CE, 65 and FC. RGB value is (206,101,252). Sum of RGB (Red+Green+Blue) = 206+101+252=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 101 (39.84% from 255 or 18.07% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE65FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE65FC is #319A03. Grayscale: #959595. Windows color (decimal): -3250692 or 16541134. OLE color: 16541134.
HSL color Cylindrical-coordinate representation of color #CE65FC: hue angle of 281.72º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE65FC is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 101 | 252 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.01 |
| HSL | 281.72º | 0.96% | 0.69% | - |
| HSV(B) | 281.72º | 0.6% | 0.99% | - |
| XYZ | 47.68 | 29.46 | 95.27 | - |
| YUV | 149.61 | 185.79 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 252 | 0.18 | 0.60 | 0 | 0.01 | 281.72 | 0.96 | 0.69 |
| Hex | CE | 65 | FC | 12 | 3C | 0 | 1 | 11A | 60 | 45 |
| Octal | 316 | 145 | 374 | 22 | 74 | 0 | 1 | 432 | 140 | 105 |
| Binary | 11001110 | 1100101 | 11111100 | 10010 | 111100 | 0 | 1 | 100011010 | 1100000 | 1000101 |
Color Harmonies of #CE65FC
Complementary color
Monochromatic Colors of #CE65FC
Black with #CE65FC
Text Example
Text Example
White with #CE65FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE65FC; }
p { color: rgb(206,101,252); }
H1.HeaderClassName
{
color: #CE65FC;
}
.AnyTagClassName
{
color: #CE65FC;
}
</style>
background-color css
<style>
a { background-color: #CE65FC; }
a { background-color: rgb(206,101,252); }
div.DivClassName
{
background-color: #CE65FC;
}
.BgClassName
{
background-color: #CE65FC;
}
</style>
border-color css
<style>
span { border-color: #CE65FC; }
span { border-color: rgb(206,101,252); }
td.TdClassName
{
border-color: #CE65FC;
}
.TagClassName
{
border-color: #CE65FC;
}
</style>