Shades of Heliotrope #CE7BFD
Tints of Heliotrope #CE7BFD
RGB
CMYK
RGB Variations
Color information
#CE7BFD (or 0xCE7BFD) is known color: Heliotrope. HEX triplet: CE, 7B and FD. RGB value is (206,123,253). Sum of RGB (Red+Green+Blue) = 206+123+253=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 123 (48.44% from 255 or 21.13% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE7BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7BFD is #318402. Grayscale: #A2A2A2. Windows color (decimal): -3245059 or 16612302. OLE color: 16612302.
HSL color Cylindrical-coordinate representation of color #CE7BFD: hue angle of 278.31º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE7BFD is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 123 | 253 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.01 |
| HSL | 278.31º | 0.97% | 0.74% | - |
| HSV(B) | 278.31º | 0.51% | 0.99% | - |
| XYZ | 50.27 | 34.38 | 96.92 | - |
| YUV | 162.64 | 179 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 253 | 0.19 | 0.51 | 0 | 0.01 | 278.31 | 0.97 | 0.74 |
| Hex | CE | 7B | FD | 13 | 33 | 0 | 1 | 116 | 61 | 4A |
| Octal | 316 | 173 | 375 | 23 | 63 | 0 | 1 | 426 | 141 | 112 |
| Binary | 11001110 | 1111011 | 11111101 | 10011 | 110011 | 0 | 1 | 100010110 | 1100001 | 1001010 |
Color Harmonies of #CE7BFD
Complementary color
Monochromatic Colors of #CE7BFD
Black with #CE7BFD
Text Example
Text Example
White with #CE7BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7BFD; }
p { color: rgb(206,123,253); }
H1.HeaderClassName
{
color: #CE7BFD;
}
.AnyTagClassName
{
color: #CE7BFD;
}
</style>
background-color css
<style>
a { background-color: #CE7BFD; }
a { background-color: rgb(206,123,253); }
div.DivClassName
{
background-color: #CE7BFD;
}
.BgClassName
{
background-color: #CE7BFD;
}
</style>
border-color css
<style>
span { border-color: #CE7BFD; }
span { border-color: rgb(206,123,253); }
td.TdClassName
{
border-color: #CE7BFD;
}
.TagClassName
{
border-color: #CE7BFD;
}
</style>