Shades of Heliotrope #CE8FFC
Tints of Heliotrope #CE8FFC
RGB
CMYK
RGB Variations
Color information
#CE8FFC (or 0xCE8FFC) is known color: Heliotrope. HEX triplet: CE, 8F and FC. RGB value is (206,143,252). Sum of RGB (Red+Green+Blue) = 206+143+252=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 143 (56.25% from 255 or 23.79% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE8FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8FFC is #317003. Grayscale: #ADADAD. Windows color (decimal): -3239940 or 16551886. OLE color: 16551886.
HSL color Cylindrical-coordinate representation of color #CE8FFC: hue angle of 274.68º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE8FFC is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 143 | 252 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.01 |
| HSL | 274.68º | 0.95% | 0.77% | - |
| HSV(B) | 274.68º | 0.43% | 0.99% | - |
| XYZ | 52.85 | 39.8 | 96.99 | - |
| YUV | 174.26 | 171.87 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 252 | 0.18 | 0.43 | 0 | 0.01 | 274.68 | 0.95 | 0.77 |
| Hex | CE | 8F | FC | 12 | 2B | 0 | 1 | 113 | 5F | 4D |
| Octal | 316 | 217 | 374 | 22 | 53 | 0 | 1 | 423 | 137 | 115 |
| Binary | 11001110 | 10001111 | 11111100 | 10010 | 101011 | 0 | 1 | 100010011 | 1011111 | 1001101 |
Color Harmonies of #CE8FFC
Complementary color
Monochromatic Colors of #CE8FFC
Black with #CE8FFC
Text Example
Text Example
White with #CE8FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8FFC; }
p { color: rgb(206,143,252); }
H1.HeaderClassName
{
color: #CE8FFC;
}
.AnyTagClassName
{
color: #CE8FFC;
}
</style>
background-color css
<style>
a { background-color: #CE8FFC; }
a { background-color: rgb(206,143,252); }
div.DivClassName
{
background-color: #CE8FFC;
}
.BgClassName
{
background-color: #CE8FFC;
}
</style>
border-color css
<style>
span { border-color: #CE8FFC; }
span { border-color: rgb(206,143,252); }
td.TdClassName
{
border-color: #CE8FFC;
}
.TagClassName
{
border-color: #CE8FFC;
}
</style>