Shades of Heliotrope #CF81F1
Tints of Heliotrope #CF81F1
RGB
CMYK
RGB Variations
Color information
#CF81F1 (or 0xCF81F1) is known color: Heliotrope. HEX triplet: CF, 81 and F1. RGB value is (207,129,241). Sum of RGB (Red+Green+Blue) = 207+129+241=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 129 (50.78% from 255 or 22.36% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF81F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF81F1 is #307E0E. Grayscale: #A4A4A4. Windows color (decimal): -3177999 or 15827407. OLE color: 15827407.
HSL color Cylindrical-coordinate representation of color #CF81F1: hue angle of 281.79º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF81F1 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 129 | 241 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.05 |
| HSL | 281.79º | 0.8% | 0.73% | - |
| HSV(B) | 281.79º | 0.46% | 0.95% | - |
| XYZ | 49.46 | 35.32 | 87.43 | - |
| YUV | 165.09 | 170.84 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 241 | 0.14 | 0.46 | 0 | 0.05 | 281.79 | 0.8 | 0.73 |
| Hex | CF | 81 | F1 | E | 2E | 0 | 5 | 11A | 50 | 49 |
| Octal | 317 | 201 | 361 | 16 | 56 | 0 | 5 | 432 | 120 | 111 |
| Binary | 11001111 | 10000001 | 11110001 | 1110 | 101110 | 0 | 101 | 100011010 | 1010000 | 1001001 |
Color Harmonies of #CF81F1
Complementary color
Monochromatic Colors of #CF81F1
Black with #CF81F1
Text Example
Text Example
White with #CF81F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF81F1; }
p { color: rgb(207,129,241); }
H1.HeaderClassName
{
color: #CF81F1;
}
.AnyTagClassName
{
color: #CF81F1;
}
</style>
background-color css
<style>
a { background-color: #CF81F1; }
a { background-color: rgb(207,129,241); }
div.DivClassName
{
background-color: #CF81F1;
}
.BgClassName
{
background-color: #CF81F1;
}
</style>
border-color css
<style>
span { border-color: #CF81F1; }
span { border-color: rgb(207,129,241); }
td.TdClassName
{
border-color: #CF81F1;
}
.TagClassName
{
border-color: #CF81F1;
}
</style>