Shades of Heliotrope #CF80FF
Tints of Heliotrope #CF80FF
RGB
CMYK
RGB Variations
Color information
#CF80FF (or 0xCF80FF) is known color: Heliotrope. HEX triplet: CF, 80 and FF. RGB value is (207,128,255). Sum of RGB (Red+Green+Blue) = 207+128+255=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 128 (50.39% from 255 or 21.69% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF80FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF80FF is #307F00. Grayscale: #A5A5A5. Windows color (decimal): -3178241 or 16744655. OLE color: 16744655.
HSL color Cylindrical-coordinate representation of color #CF80FF: hue angle of 277.32º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF80FF is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 128 | 255 | - |
| CMYK | 0.19 | 0.50 | 0 | 0 |
| HSL | 277.32º | 1% | 0.75% | - |
| HSV(B) | 277.32º | 0.5% | 1% | - |
| XYZ | 51.5 | 35.92 | 98.83 | - |
| YUV | 166.1 | 178.17 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 255 | 0.19 | 0.50 | 0 | 0 | 277.32 | 1 | 0.75 |
| Hex | CF | 80 | FF | 13 | 32 | 0 | 0 | 115 | 64 | 4B |
| Octal | 317 | 200 | 377 | 23 | 62 | 0 | 0 | 425 | 144 | 113 |
| Binary | 11001111 | 10000000 | 11111111 | 10011 | 110010 | 0 | 0 | 100010101 | 1100100 | 1001011 |
Color Harmonies of #CF80FF
Complementary color
Monochromatic Colors of #CF80FF
Black with #CF80FF
Text Example
Text Example
White with #CF80FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF80FF; }
p { color: rgb(207,128,255); }
H1.HeaderClassName
{
color: #CF80FF;
}
.AnyTagClassName
{
color: #CF80FF;
}
</style>
background-color css
<style>
a { background-color: #CF80FF; }
a { background-color: rgb(207,128,255); }
div.DivClassName
{
background-color: #CF80FF;
}
.BgClassName
{
background-color: #CF80FF;
}
</style>
border-color css
<style>
span { border-color: #CF80FF; }
span { border-color: rgb(207,128,255); }
td.TdClassName
{
border-color: #CF80FF;
}
.TagClassName
{
border-color: #CF80FF;
}
</style>