Shades of Heliotrope #CF7BEE
Tints of Heliotrope #CF7BEE
RGB
CMYK
RGB Variations
Color information
#CF7BEE (or 0xCF7BEE) is known color: Heliotrope. HEX triplet: CF, 7B and EE. RGB value is (207,123,238). Sum of RGB (Red+Green+Blue) = 207+123+238=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 123 (48.44% from 255 or 21.65% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF7BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7BEE is #308411. Grayscale: #A0A0A0. Windows color (decimal): -3179538 or 15629263. OLE color: 15629263.
HSL color Cylindrical-coordinate representation of color #CF7BEE: hue angle of 283.83º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF7BEE is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 123 | 238 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.07 |
| HSL | 283.83º | 0.77% | 0.71% | - |
| HSV(B) | 283.83º | 0.48% | 0.93% | - |
| XYZ | 48.25 | 33.6 | 84.83 | - |
| YUV | 161.23 | 171.33 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 238 | 0.13 | 0.48 | 0 | 0.07 | 283.83 | 0.77 | 0.71 |
| Hex | CF | 7B | EE | D | 30 | 0 | 7 | 11C | 4D | 47 |
| Octal | 317 | 173 | 356 | 15 | 60 | 0 | 7 | 434 | 115 | 107 |
| Binary | 11001111 | 1111011 | 11101110 | 1101 | 110000 | 0 | 111 | 100011100 | 1001101 | 1000111 |
Color Harmonies of #CF7BEE
Complementary color
Monochromatic Colors of #CF7BEE
Black with #CF7BEE
Text Example
Text Example
White with #CF7BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7BEE; }
p { color: rgb(207,123,238); }
H1.HeaderClassName
{
color: #CF7BEE;
}
.AnyTagClassName
{
color: #CF7BEE;
}
</style>
background-color css
<style>
a { background-color: #CF7BEE; }
a { background-color: rgb(207,123,238); }
div.DivClassName
{
background-color: #CF7BEE;
}
.BgClassName
{
background-color: #CF7BEE;
}
</style>
border-color css
<style>
span { border-color: #CF7BEE; }
span { border-color: rgb(207,123,238); }
td.TdClassName
{
border-color: #CF7BEE;
}
.TagClassName
{
border-color: #CF7BEE;
}
</style>