Shades of Heliotrope #CF7CEB
Tints of Heliotrope #CF7CEB
RGB
CMYK
RGB Variations
Color information
#CF7CEB (or 0xCF7CEB) is known color: Heliotrope. HEX triplet: CF, 7C and EB. RGB value is (207,124,235). Sum of RGB (Red+Green+Blue) = 207+124+235=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 124 (48.83% from 255 or 21.91% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF7CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7CEB is #308314. Grayscale: #A1A1A1. Windows color (decimal): -3179285 or 15432911. OLE color: 15432911.
HSL color Cylindrical-coordinate representation of color #CF7CEB: hue angle of 284.86º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF7CEB is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 124 | 235 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.08 |
| HSL | 284.86º | 0.74% | 0.7% | - |
| HSV(B) | 284.86º | 0.47% | 0.92% | - |
| XYZ | 47.94 | 33.68 | 82.57 | - |
| YUV | 161.47 | 169.5 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 235 | 0.12 | 0.47 | 0 | 0.08 | 284.86 | 0.74 | 0.7 |
| Hex | CF | 7C | EB | C | 2F | 0 | 8 | 11D | 4A | 46 |
| Octal | 317 | 174 | 353 | 14 | 57 | 0 | 10 | 435 | 112 | 106 |
| Binary | 11001111 | 1111100 | 11101011 | 1100 | 101111 | 0 | 1000 | 100011101 | 1001010 | 1000110 |
Color Harmonies of #CF7CEB
Complementary color
Monochromatic Colors of #CF7CEB
Black with #CF7CEB
Text Example
Text Example
White with #CF7CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7CEB; }
p { color: rgb(207,124,235); }
H1.HeaderClassName
{
color: #CF7CEB;
}
.AnyTagClassName
{
color: #CF7CEB;
}
</style>
background-color css
<style>
a { background-color: #CF7CEB; }
a { background-color: rgb(207,124,235); }
div.DivClassName
{
background-color: #CF7CEB;
}
.BgClassName
{
background-color: #CF7CEB;
}
</style>
border-color css
<style>
span { border-color: #CF7CEB; }
span { border-color: rgb(207,124,235); }
td.TdClassName
{
border-color: #CF7CEB;
}
.TagClassName
{
border-color: #CF7CEB;
}
</style>