Shades of Heliotrope #CF80F4
Tints of Heliotrope #CF80F4
RGB
CMYK
RGB Variations
Color information
#CF80F4 (or 0xCF80F4) is known color: Heliotrope. HEX triplet: CF, 80 and F4. RGB value is (207,128,244). Sum of RGB (Red+Green+Blue) = 207+128+244=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 128 (50.39% from 255 or 22.11% from 579); Blue value is 244 (95.70% from 255 or 42.14% from 579); Max value from RGB is 244 - color contains mainly: blue. Hex color #CF80F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF80F4 is #307F0B. Grayscale: #A4A4A4. Windows color (decimal): -3178252 or 16023759. OLE color: 16023759.
HSL color Cylindrical-coordinate representation of color #CF80F4: hue angle of 280.86º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF80F4 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 128 | 244 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.04 |
| HSL | 280.86º | 0.84% | 0.73% | - |
| HSV(B) | 280.86º | 0.48% | 0.96% | - |
| XYZ | 49.78 | 35.24 | 89.77 | - |
| YUV | 164.85 | 172.67 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 244 | 0.15 | 0.48 | 0 | 0.04 | 280.86 | 0.84 | 0.73 |
| Hex | CF | 80 | F4 | F | 30 | 0 | 4 | 119 | 54 | 49 |
| Octal | 317 | 200 | 364 | 17 | 60 | 0 | 4 | 431 | 124 | 111 |
| Binary | 11001111 | 10000000 | 11110100 | 1111 | 110000 | 0 | 100 | 100011001 | 1010100 | 1001001 |
Color Harmonies of #CF80F4
Complementary color
Monochromatic Colors of #CF80F4
Black with #CF80F4
Text Example
Text Example
White with #CF80F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF80F4; }
p { color: rgb(207,128,244); }
H1.HeaderClassName
{
color: #CF80F4;
}
.AnyTagClassName
{
color: #CF80F4;
}
</style>
background-color css
<style>
a { background-color: #CF80F4; }
a { background-color: rgb(207,128,244); }
div.DivClassName
{
background-color: #CF80F4;
}
.BgClassName
{
background-color: #CF80F4;
}
</style>
border-color css
<style>
span { border-color: #CF80F4; }
span { border-color: rgb(207,128,244); }
td.TdClassName
{
border-color: #CF80F4;
}
.TagClassName
{
border-color: #CF80F4;
}
</style>