Shades of Heliotrope #CE7BF2
Tints of Heliotrope #CE7BF2
RGB
CMYK
RGB Variations
Color information
#CE7BF2 (or 0xCE7BF2) is known color: Heliotrope. HEX triplet: CE, 7B and F2. RGB value is (206,123,242). Sum of RGB (Red+Green+Blue) = 206+123+242=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 123 (48.44% from 255 or 21.54% from 571); Blue value is 242 (94.92% from 255 or 42.38% from 571); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE7BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7BF2 is #31840D. Grayscale: #A0A0A0. Windows color (decimal): -3245070 or 15891406. OLE color: 15891406.
HSL color Cylindrical-coordinate representation of color #CE7BF2: hue angle of 281.85º degrees, saturation: 0.82, 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 #CE7BF2 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 123 | 242 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.05 |
| HSL | 281.85º | 0.82% | 0.72% | - |
| HSV(B) | 281.85º | 0.49% | 0.95% | - |
| XYZ | 48.56 | 33.7 | 87.95 | - |
| YUV | 161.38 | 173.5 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 242 | 0.15 | 0.49 | 0 | 0.05 | 281.85 | 0.82 | 0.72 |
| Hex | CE | 7B | F2 | F | 31 | 0 | 5 | 11A | 52 | 48 |
| Octal | 316 | 173 | 362 | 17 | 61 | 0 | 5 | 432 | 122 | 110 |
| Binary | 11001110 | 1111011 | 11110010 | 1111 | 110001 | 0 | 101 | 100011010 | 1010010 | 1001000 |
Color Harmonies of #CE7BF2
Complementary color
Monochromatic Colors of #CE7BF2
Black with #CE7BF2
Text Example
Text Example
White with #CE7BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7BF2; }
p { color: rgb(206,123,242); }
H1.HeaderClassName
{
color: #CE7BF2;
}
.AnyTagClassName
{
color: #CE7BF2;
}
</style>
background-color css
<style>
a { background-color: #CE7BF2; }
a { background-color: rgb(206,123,242); }
div.DivClassName
{
background-color: #CE7BF2;
}
.BgClassName
{
background-color: #CE7BF2;
}
</style>
border-color css
<style>
span { border-color: #CE7BF2; }
span { border-color: rgb(206,123,242); }
td.TdClassName
{
border-color: #CE7BF2;
}
.TagClassName
{
border-color: #CE7BF2;
}
</style>