Shades of Heliotrope #CE8AFC
Tints of Heliotrope #CE8AFC
RGB
CMYK
RGB Variations
Color information
#CE8AFC (or 0xCE8AFC) is known color: Heliotrope. HEX triplet: CE, 8A and FC. RGB value is (206,138,252). Sum of RGB (Red+Green+Blue) = 206+138+252=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 138 (54.30% from 255 or 23.15% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE8AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8AFC is #317503. Grayscale: #AAAAAA. Windows color (decimal): -3241220 or 16550606. OLE color: 16550606.
HSL color Cylindrical-coordinate representation of color #CE8AFC: hue angle of 275.79º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE8AFC is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 138 | 252 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.01 |
| HSL | 275.79º | 0.95% | 0.76% | - |
| HSV(B) | 275.79º | 0.45% | 0.99% | - |
| XYZ | 52.11 | 38.33 | 96.75 | - |
| YUV | 171.33 | 173.53 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 252 | 0.18 | 0.45 | 0 | 0.01 | 275.79 | 0.95 | 0.76 |
| Hex | CE | 8A | FC | 12 | 2D | 0 | 1 | 114 | 5F | 4C |
| Octal | 316 | 212 | 374 | 22 | 55 | 0 | 1 | 424 | 137 | 114 |
| Binary | 11001110 | 10001010 | 11111100 | 10010 | 101101 | 0 | 1 | 100010100 | 1011111 | 1001100 |
Color Harmonies of #CE8AFC
Complementary color
Monochromatic Colors of #CE8AFC
Black with #CE8AFC
Text Example
Text Example
White with #CE8AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8AFC; }
p { color: rgb(206,138,252); }
H1.HeaderClassName
{
color: #CE8AFC;
}
.AnyTagClassName
{
color: #CE8AFC;
}
</style>
background-color css
<style>
a { background-color: #CE8AFC; }
a { background-color: rgb(206,138,252); }
div.DivClassName
{
background-color: #CE8AFC;
}
.BgClassName
{
background-color: #CE8AFC;
}
</style>
border-color css
<style>
span { border-color: #CE8AFC; }
span { border-color: rgb(206,138,252); }
td.TdClassName
{
border-color: #CE8AFC;
}
.TagClassName
{
border-color: #CE8AFC;
}
</style>