Shades of Heliotrope #CF80F0
Tints of Heliotrope #CF80F0
RGB
CMYK
RGB Variations
Color information
#CF80F0 (or 0xCF80F0) is known color: Heliotrope. HEX triplet: CF, 80 and F0. RGB value is (207,128,240). Sum of RGB (Red+Green+Blue) = 207+128+240=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 128 (50.39% from 255 or 22.26% from 575); Blue value is 240 (94.14% from 255 or 41.74% from 575); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF80F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF80F0 is #307F0F. Grayscale: #A4A4A4. Windows color (decimal): -3178256 or 15761615. OLE color: 15761615.
HSL color Cylindrical-coordinate representation of color #CF80F0: hue angle of 282.32º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF80F0 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 128 | 240 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.06 |
| HSL | 282.32º | 0.79% | 0.72% | - |
| HSV(B) | 282.32º | 0.47% | 0.94% | - |
| XYZ | 49.18 | 35 | 86.6 | - |
| YUV | 164.39 | 170.67 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 240 | 0.14 | 0.47 | 0 | 0.06 | 282.32 | 0.79 | 0.72 |
| Hex | CF | 80 | F0 | E | 2F | 0 | 6 | 11A | 4F | 48 |
| Octal | 317 | 200 | 360 | 16 | 57 | 0 | 6 | 432 | 117 | 110 |
| Binary | 11001111 | 10000000 | 11110000 | 1110 | 101111 | 0 | 110 | 100011010 | 1001111 | 1001000 |
Color Harmonies of #CF80F0
Complementary color
Monochromatic Colors of #CF80F0
Black with #CF80F0
Text Example
Text Example
White with #CF80F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF80F0; }
p { color: rgb(207,128,240); }
H1.HeaderClassName
{
color: #CF80F0;
}
.AnyTagClassName
{
color: #CF80F0;
}
</style>
background-color css
<style>
a { background-color: #CF80F0; }
a { background-color: rgb(207,128,240); }
div.DivClassName
{
background-color: #CF80F0;
}
.BgClassName
{
background-color: #CF80F0;
}
</style>
border-color css
<style>
span { border-color: #CF80F0; }
span { border-color: rgb(207,128,240); }
td.TdClassName
{
border-color: #CF80F0;
}
.TagClassName
{
border-color: #CF80F0;
}
</style>