Shades of Heliotrope #CE63FE
Tints of Heliotrope #CE63FE
RGB
CMYK
RGB Variations
Color information
#CE63FE (or 0xCE63FE) is known color: Heliotrope. HEX triplet: CE, 63 and FE. RGB value is (206,99,254). Sum of RGB (Red+Green+Blue) = 206+99+254=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 99 (39.06% from 255 or 17.71% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE63FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE63FE is #319C01. Grayscale: #949494. Windows color (decimal): -3251202 or 16671694. OLE color: 16671694.
HSL color Cylindrical-coordinate representation of color #CE63FE: hue angle of 281.42º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE63FE is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 99 | 254 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.00 |
| HSL | 281.42º | 0.99% | 0.69% | - |
| HSV(B) | 281.42º | 0.61% | 1% | - |
| XYZ | 47.8 | 29.2 | 96.88 | - |
| YUV | 148.66 | 187.45 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 99 | 254 | 0.19 | 0.61 | 0 | 0.00 | 281.42 | 0.99 | 0.69 |
| Hex | CE | 63 | FE | 13 | 3D | 0 | 0 | 119 | 63 | 45 |
| Octal | 316 | 143 | 376 | 23 | 75 | 0 | 0 | 431 | 143 | 105 |
| Binary | 11001110 | 1100011 | 11111110 | 10011 | 111101 | 0 | 0 | 100011001 | 1100011 | 1000101 |
Color Harmonies of #CE63FE
Complementary color
Monochromatic Colors of #CE63FE
Black with #CE63FE
Text Example
Text Example
White with #CE63FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE63FE; }
p { color: rgb(206,99,254); }
H1.HeaderClassName
{
color: #CE63FE;
}
.AnyTagClassName
{
color: #CE63FE;
}
</style>
background-color css
<style>
a { background-color: #CE63FE; }
a { background-color: rgb(206,99,254); }
div.DivClassName
{
background-color: #CE63FE;
}
.BgClassName
{
background-color: #CE63FE;
}
</style>
border-color css
<style>
span { border-color: #CE63FE; }
span { border-color: rgb(206,99,254); }
td.TdClassName
{
border-color: #CE63FE;
}
.TagClassName
{
border-color: #CE63FE;
}
</style>