Shades of Heliotrope #CF7DF4
Tints of Heliotrope #CF7DF4
RGB
CMYK
RGB Variations
Color information
#CF7DF4 (or 0xCF7DF4) is known color: Heliotrope. HEX triplet: CF, 7D and F4. RGB value is (207,125,244). Sum of RGB (Red+Green+Blue) = 207+125+244=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 125 (49.22% from 255 or 21.70% from 576); Blue value is 244 (95.70% from 255 or 42.36% from 576); Max value from RGB is 244 - color contains mainly: blue. Hex color #CF7DF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7DF4 is #30820B. Grayscale: #A2A2A2. Windows color (decimal): -3179020 or 16022991. OLE color: 16022991.
HSL color Cylindrical-coordinate representation of color #CF7DF4: hue angle of 281.34º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF7DF4 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 125 | 244 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.04 |
| HSL | 281.34º | 0.84% | 0.72% | - |
| HSV(B) | 281.34º | 0.49% | 0.96% | - |
| XYZ | 49.39 | 34.46 | 89.64 | - |
| YUV | 163.08 | 173.67 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 244 | 0.15 | 0.49 | 0 | 0.04 | 281.34 | 0.84 | 0.72 |
| Hex | CF | 7D | F4 | F | 31 | 0 | 4 | 119 | 54 | 48 |
| Octal | 317 | 175 | 364 | 17 | 61 | 0 | 4 | 431 | 124 | 110 |
| Binary | 11001111 | 1111101 | 11110100 | 1111 | 110001 | 0 | 100 | 100011001 | 1010100 | 1001000 |
Color Harmonies of #CF7DF4
Complementary color
Monochromatic Colors of #CF7DF4
Black with #CF7DF4
Text Example
Text Example
White with #CF7DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7DF4; }
p { color: rgb(207,125,244); }
H1.HeaderClassName
{
color: #CF7DF4;
}
.AnyTagClassName
{
color: #CF7DF4;
}
</style>
background-color css
<style>
a { background-color: #CF7DF4; }
a { background-color: rgb(207,125,244); }
div.DivClassName
{
background-color: #CF7DF4;
}
.BgClassName
{
background-color: #CF7DF4;
}
</style>
border-color css
<style>
span { border-color: #CF7DF4; }
span { border-color: rgb(207,125,244); }
td.TdClassName
{
border-color: #CF7DF4;
}
.TagClassName
{
border-color: #CF7DF4;
}
</style>