Shades of Heliotrope #CE65FE
Tints of Heliotrope #CE65FE
RGB
CMYK
RGB Variations
Color information
#CE65FE (or 0xCE65FE) is known color: Heliotrope. HEX triplet: CE, 65 and FE. RGB value is (206,101,254). Sum of RGB (Red+Green+Blue) = 206+101+254=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 101 (39.84% from 255 or 18.00% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE65FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE65FE is #319A01. Grayscale: #959595. Windows color (decimal): -3250690 or 16672206. OLE color: 16672206.
HSL color Cylindrical-coordinate representation of color #CE65FE: hue angle of 281.18º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE65FE is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 101 | 254 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.00 |
| HSL | 281.18º | 0.99% | 0.7% | - |
| HSV(B) | 281.18º | 0.6% | 1% | - |
| XYZ | 48 | 29.58 | 96.95 | - |
| YUV | 149.84 | 186.79 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 254 | 0.19 | 0.60 | 0 | 0.00 | 281.18 | 0.99 | 0.7 |
| Hex | CE | 65 | FE | 13 | 3C | 0 | 0 | 119 | 63 | 46 |
| Octal | 316 | 145 | 376 | 23 | 74 | 0 | 0 | 431 | 143 | 106 |
| Binary | 11001110 | 1100101 | 11111110 | 10011 | 111100 | 0 | 0 | 100011001 | 1100011 | 1000110 |
Color Harmonies of #CE65FE
Complementary color
Monochromatic Colors of #CE65FE
Black with #CE65FE
Text Example
Text Example
White with #CE65FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE65FE; }
p { color: rgb(206,101,254); }
H1.HeaderClassName
{
color: #CE65FE;
}
.AnyTagClassName
{
color: #CE65FE;
}
</style>
background-color css
<style>
a { background-color: #CE65FE; }
a { background-color: rgb(206,101,254); }
div.DivClassName
{
background-color: #CE65FE;
}
.BgClassName
{
background-color: #CE65FE;
}
</style>
border-color css
<style>
span { border-color: #CE65FE; }
span { border-color: rgb(206,101,254); }
td.TdClassName
{
border-color: #CE65FE;
}
.TagClassName
{
border-color: #CE65FE;
}
</style>