Shades of Heliotrope #CE7AFC
Tints of Heliotrope #CE7AFC
RGB
CMYK
RGB Variations
Color information
#CE7AFC (or 0xCE7AFC) is known color: Heliotrope. HEX triplet: CE, 7A and FC. RGB value is (206,122,252). Sum of RGB (Red+Green+Blue) = 206+122+252=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 122 (48.05% from 255 or 21.03% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE7AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7AFC is #318503. Grayscale: #A1A1A1. Windows color (decimal): -3245316 or 16546510. OLE color: 16546510.
HSL color Cylindrical-coordinate representation of color #CE7AFC: hue angle of 278.77º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE7AFC is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 122 | 252 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.01 |
| HSL | 278.77º | 0.96% | 0.73% | - |
| HSV(B) | 278.77º | 0.52% | 0.99% | - |
| XYZ | 49.98 | 34.07 | 96.04 | - |
| YUV | 161.94 | 178.83 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 252 | 0.18 | 0.52 | 0 | 0.01 | 278.77 | 0.96 | 0.73 |
| Hex | CE | 7A | FC | 12 | 34 | 0 | 1 | 117 | 60 | 49 |
| Octal | 316 | 172 | 374 | 22 | 64 | 0 | 1 | 427 | 140 | 111 |
| Binary | 11001110 | 1111010 | 11111100 | 10010 | 110100 | 0 | 1 | 100010111 | 1100000 | 1001001 |
Color Harmonies of #CE7AFC
Complementary color
Monochromatic Colors of #CE7AFC
Black with #CE7AFC
Text Example
Text Example
White with #CE7AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7AFC; }
p { color: rgb(206,122,252); }
H1.HeaderClassName
{
color: #CE7AFC;
}
.AnyTagClassName
{
color: #CE7AFC;
}
</style>
background-color css
<style>
a { background-color: #CE7AFC; }
a { background-color: rgb(206,122,252); }
div.DivClassName
{
background-color: #CE7AFC;
}
.BgClassName
{
background-color: #CE7AFC;
}
</style>
border-color css
<style>
span { border-color: #CE7AFC; }
span { border-color: rgb(206,122,252); }
td.TdClassName
{
border-color: #CE7AFC;
}
.TagClassName
{
border-color: #CE7AFC;
}
</style>