Shades of Heliotrope #CF7FEE
Tints of Heliotrope #CF7FEE
RGB
CMYK
RGB Variations
Color information
#CF7FEE (or 0xCF7FEE) is known color: Heliotrope. HEX triplet: CF, 7F and EE. RGB value is (207,127,238). Sum of RGB (Red+Green+Blue) = 207+127+238=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 127 (50% from 255 or 22.20% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF7FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7FEE is #308011. Grayscale: #A3A3A3. Windows color (decimal): -3178514 or 15630287. OLE color: 15630287.
HSL color Cylindrical-coordinate representation of color #CF7FEE: hue angle of 283.24º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF7FEE is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 127 | 238 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.07 |
| HSL | 283.24º | 0.77% | 0.72% | - |
| HSV(B) | 283.24º | 0.47% | 0.93% | - |
| XYZ | 48.75 | 34.62 | 85 | - |
| YUV | 163.57 | 170 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 238 | 0.13 | 0.47 | 0 | 0.07 | 283.24 | 0.77 | 0.72 |
| Hex | CF | 7F | EE | D | 2F | 0 | 7 | 11B | 4D | 48 |
| Octal | 317 | 177 | 356 | 15 | 57 | 0 | 7 | 433 | 115 | 110 |
| Binary | 11001111 | 1111111 | 11101110 | 1101 | 101111 | 0 | 111 | 100011011 | 1001101 | 1001000 |
Color Harmonies of #CF7FEE
Complementary color
Monochromatic Colors of #CF7FEE
Black with #CF7FEE
Text Example
Text Example
White with #CF7FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7FEE; }
p { color: rgb(207,127,238); }
H1.HeaderClassName
{
color: #CF7FEE;
}
.AnyTagClassName
{
color: #CF7FEE;
}
</style>
background-color css
<style>
a { background-color: #CF7FEE; }
a { background-color: rgb(207,127,238); }
div.DivClassName
{
background-color: #CF7FEE;
}
.BgClassName
{
background-color: #CF7FEE;
}
</style>
border-color css
<style>
span { border-color: #CF7FEE; }
span { border-color: rgb(207,127,238); }
td.TdClassName
{
border-color: #CF7FEE;
}
.TagClassName
{
border-color: #CF7FEE;
}
</style>