Shades of Heliotrope #CE7CF3
Tints of Heliotrope #CE7CF3
RGB
CMYK
RGB Variations
Color information
#CE7CF3 (or 0xCE7CF3) is known color: Heliotrope. HEX triplet: CE, 7C and F3. RGB value is (206,124,243). Sum of RGB (Red+Green+Blue) = 206+124+243=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 124 (48.83% from 255 or 21.64% from 573); Blue value is 243 (95.31% from 255 or 42.41% from 573); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE7CF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7CF3 is #31830C. Grayscale: #A1A1A1. Windows color (decimal): -3244813 or 15957198. OLE color: 15957198.
HSL color Cylindrical-coordinate representation of color #CE7CF3: hue angle of 281.34º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE7CF3 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 124 | 243 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.05 |
| HSL | 281.34º | 0.83% | 0.72% | - |
| HSV(B) | 281.34º | 0.49% | 0.95% | - |
| XYZ | 48.84 | 34.01 | 88.78 | - |
| YUV | 162.08 | 173.67 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 243 | 0.15 | 0.49 | 0 | 0.05 | 281.34 | 0.83 | 0.72 |
| Hex | CE | 7C | F3 | F | 31 | 0 | 5 | 119 | 53 | 48 |
| Octal | 316 | 174 | 363 | 17 | 61 | 0 | 5 | 431 | 123 | 110 |
| Binary | 11001110 | 1111100 | 11110011 | 1111 | 110001 | 0 | 101 | 100011001 | 1010011 | 1001000 |
Color Harmonies of #CE7CF3
Complementary color
Monochromatic Colors of #CE7CF3
Black with #CE7CF3
Text Example
Text Example
White with #CE7CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7CF3; }
p { color: rgb(206,124,243); }
H1.HeaderClassName
{
color: #CE7CF3;
}
.AnyTagClassName
{
color: #CE7CF3;
}
</style>
background-color css
<style>
a { background-color: #CE7CF3; }
a { background-color: rgb(206,124,243); }
div.DivClassName
{
background-color: #CE7CF3;
}
.BgClassName
{
background-color: #CE7CF3;
}
</style>
border-color css
<style>
span { border-color: #CE7CF3; }
span { border-color: rgb(206,124,243); }
td.TdClassName
{
border-color: #CE7CF3;
}
.TagClassName
{
border-color: #CE7CF3;
}
</style>