Shades of Heliotrope #CF81F5
Tints of Heliotrope #CF81F5
RGB
CMYK
RGB Variations
Color information
#CF81F5 (or 0xCF81F5) is known color: Heliotrope. HEX triplet: CF, 81 and F5. RGB value is (207,129,245). Sum of RGB (Red+Green+Blue) = 207+129+245=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 129 (50.78% from 255 or 22.20% from 581); Blue value is 245 (96.09% from 255 or 42.17% from 581); Max value from RGB is 245 - color contains mainly: blue. Hex color #CF81F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF81F5 is #307E0A. Grayscale: #A5A5A5. Windows color (decimal): -3177995 or 16089551. OLE color: 16089551.
HSL color Cylindrical-coordinate representation of color #CF81F5: hue angle of 280.34º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF81F5 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 129 | 245 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.04 |
| HSL | 280.34º | 0.85% | 0.73% | - |
| HSV(B) | 280.34º | 0.47% | 0.96% | - |
| XYZ | 50.06 | 35.56 | 90.61 | - |
| YUV | 165.55 | 172.84 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 245 | 0.16 | 0.47 | 0 | 0.04 | 280.34 | 0.85 | 0.73 |
| Hex | CF | 81 | F5 | 10 | 2F | 0 | 4 | 118 | 55 | 49 |
| Octal | 317 | 201 | 365 | 20 | 57 | 0 | 4 | 430 | 125 | 111 |
| Binary | 11001111 | 10000001 | 11110101 | 10000 | 101111 | 0 | 100 | 100011000 | 1010101 | 1001001 |
Color Harmonies of #CF81F5
Complementary color
Monochromatic Colors of #CF81F5
Black with #CF81F5
Text Example
Text Example
White with #CF81F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF81F5; }
p { color: rgb(207,129,245); }
H1.HeaderClassName
{
color: #CF81F5;
}
.AnyTagClassName
{
color: #CF81F5;
}
</style>
background-color css
<style>
a { background-color: #CF81F5; }
a { background-color: rgb(207,129,245); }
div.DivClassName
{
background-color: #CF81F5;
}
.BgClassName
{
background-color: #CF81F5;
}
</style>
border-color css
<style>
span { border-color: #CF81F5; }
span { border-color: rgb(207,129,245); }
td.TdClassName
{
border-color: #CF81F5;
}
.TagClassName
{
border-color: #CF81F5;
}
</style>