Shades of Heliotrope #CF7BEC
Tints of Heliotrope #CF7BEC
RGB
CMYK
RGB Variations
Color information
#CF7BEC (or 0xCF7BEC) is known color: Heliotrope. HEX triplet: CF, 7B and EC. RGB value is (207,123,236). Sum of RGB (Red+Green+Blue) = 207+123+236=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 123 (48.44% from 255 or 21.73% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF7BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7BEC is #308413. Grayscale: #A0A0A0. Windows color (decimal): -3179540 or 15498191. OLE color: 15498191.
HSL color Cylindrical-coordinate representation of color #CF7BEC: hue angle of 284.6º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF7BEC is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 123 | 236 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.07 |
| HSL | 284.6º | 0.75% | 0.7% | - |
| HSV(B) | 284.6º | 0.48% | 0.93% | - |
| XYZ | 47.96 | 33.49 | 83.29 | - |
| YUV | 161 | 170.33 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 236 | 0.12 | 0.48 | 0 | 0.07 | 284.6 | 0.75 | 0.7 |
| Hex | CF | 7B | EC | C | 30 | 0 | 7 | 11D | 4B | 46 |
| Octal | 317 | 173 | 354 | 14 | 60 | 0 | 7 | 435 | 113 | 106 |
| Binary | 11001111 | 1111011 | 11101100 | 1100 | 110000 | 0 | 111 | 100011101 | 1001011 | 1000110 |
Color Harmonies of #CF7BEC
Complementary color
Monochromatic Colors of #CF7BEC
Black with #CF7BEC
Text Example
Text Example
White with #CF7BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7BEC; }
p { color: rgb(207,123,236); }
H1.HeaderClassName
{
color: #CF7BEC;
}
.AnyTagClassName
{
color: #CF7BEC;
}
</style>
background-color css
<style>
a { background-color: #CF7BEC; }
a { background-color: rgb(207,123,236); }
div.DivClassName
{
background-color: #CF7BEC;
}
.BgClassName
{
background-color: #CF7BEC;
}
</style>
border-color css
<style>
span { border-color: #CF7BEC; }
span { border-color: rgb(207,123,236); }
td.TdClassName
{
border-color: #CF7BEC;
}
.TagClassName
{
border-color: #CF7BEC;
}
</style>