Shades of Heliotrope #CF7BF4
Tints of Heliotrope #CF7BF4
RGB
CMYK
RGB Variations
Color information
#CF7BF4 (or 0xCF7BF4) is known color: Heliotrope. HEX triplet: CF, 7B and F4. RGB value is (207,123,244). Sum of RGB (Red+Green+Blue) = 207+123+244=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 123 (48.44% from 255 or 21.43% from 574); Blue value is 244 (95.70% from 255 or 42.51% from 574); Max value from RGB is 244 - color contains mainly: blue. Hex color #CF7BF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7BF4 is #30840B. Grayscale: #A1A1A1. Windows color (decimal): -3179532 or 16022479. OLE color: 16022479.
HSL color Cylindrical-coordinate representation of color #CF7BF4: hue angle of 281.65º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF7BF4 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 123 | 244 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.04 |
| HSL | 281.65º | 0.85% | 0.72% | - |
| HSV(B) | 281.65º | 0.5% | 0.96% | - |
| XYZ | 49.14 | 33.96 | 89.55 | - |
| YUV | 161.91 | 174.33 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 244 | 0.15 | 0.50 | 0 | 0.04 | 281.65 | 0.85 | 0.72 |
| Hex | CF | 7B | F4 | F | 32 | 0 | 4 | 11A | 55 | 48 |
| Octal | 317 | 173 | 364 | 17 | 62 | 0 | 4 | 432 | 125 | 110 |
| Binary | 11001111 | 1111011 | 11110100 | 1111 | 110010 | 0 | 100 | 100011010 | 1010101 | 1001000 |
Color Harmonies of #CF7BF4
Complementary color
Monochromatic Colors of #CF7BF4
Black with #CF7BF4
Text Example
Text Example
White with #CF7BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7BF4; }
p { color: rgb(207,123,244); }
H1.HeaderClassName
{
color: #CF7BF4;
}
.AnyTagClassName
{
color: #CF7BF4;
}
</style>
background-color css
<style>
a { background-color: #CF7BF4; }
a { background-color: rgb(207,123,244); }
div.DivClassName
{
background-color: #CF7BF4;
}
.BgClassName
{
background-color: #CF7BF4;
}
</style>
border-color css
<style>
span { border-color: #CF7BF4; }
span { border-color: rgb(207,123,244); }
td.TdClassName
{
border-color: #CF7BF4;
}
.TagClassName
{
border-color: #CF7BF4;
}
</style>