Shades of Heliotrope #CE7DF3
Tints of Heliotrope #CE7DF3
RGB
CMYK
RGB Variations
Color information
#CE7DF3 (or 0xCE7DF3) is known color: Heliotrope. HEX triplet: CE, 7D and F3. RGB value is (206,125,243). Sum of RGB (Red+Green+Blue) = 206+125+243=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 125 (49.22% from 255 or 21.78% from 574); Blue value is 243 (95.31% from 255 or 42.33% from 574); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE7DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7DF3 is #31820C. Grayscale: #A2A2A2. Windows color (decimal): -3244557 or 15957454. OLE color: 15957454.
HSL color Cylindrical-coordinate representation of color #CE7DF3: hue angle of 281.19º 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 #CE7DF3 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 125 | 243 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.05 |
| HSL | 281.19º | 0.83% | 0.72% | - |
| HSV(B) | 281.19º | 0.49% | 0.95% | - |
| XYZ | 48.96 | 34.26 | 88.83 | - |
| YUV | 162.67 | 173.34 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 243 | 0.15 | 0.49 | 0 | 0.05 | 281.19 | 0.83 | 0.72 |
| Hex | CE | 7D | F3 | F | 31 | 0 | 5 | 119 | 53 | 48 |
| Octal | 316 | 175 | 363 | 17 | 61 | 0 | 5 | 431 | 123 | 110 |
| Binary | 11001110 | 1111101 | 11110011 | 1111 | 110001 | 0 | 101 | 100011001 | 1010011 | 1001000 |
Color Harmonies of #CE7DF3
Complementary color
Monochromatic Colors of #CE7DF3
Black with #CE7DF3
Text Example
Text Example
White with #CE7DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7DF3; }
p { color: rgb(206,125,243); }
H1.HeaderClassName
{
color: #CE7DF3;
}
.AnyTagClassName
{
color: #CE7DF3;
}
</style>
background-color css
<style>
a { background-color: #CE7DF3; }
a { background-color: rgb(206,125,243); }
div.DivClassName
{
background-color: #CE7DF3;
}
.BgClassName
{
background-color: #CE7DF3;
}
</style>
border-color css
<style>
span { border-color: #CE7DF3; }
span { border-color: rgb(206,125,243); }
td.TdClassName
{
border-color: #CE7DF3;
}
.TagClassName
{
border-color: #CE7DF3;
}
</style>