Shades of Heliotrope #CF82F0
Tints of Heliotrope #CF82F0
RGB
CMYK
RGB Variations
Color information
#CF82F0 (or 0xCF82F0) is known color: Heliotrope. HEX triplet: CF, 82 and F0. RGB value is (207,130,240). Sum of RGB (Red+Green+Blue) = 207+130+240=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 130 (51.17% from 255 or 22.53% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF82F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF82F0 is #307D0F. Grayscale: #A5A5A5. Windows color (decimal): -3177744 or 15762127. OLE color: 15762127.
HSL color Cylindrical-coordinate representation of color #CF82F0: hue angle of 282º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF82F0 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 130 | 240 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.06 |
| HSL | 282º | 0.79% | 0.73% | - |
| HSV(B) | 282º | 0.46% | 0.94% | - |
| XYZ | 49.44 | 35.52 | 86.69 | - |
| YUV | 165.56 | 170.01 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 240 | 0.14 | 0.46 | 0 | 0.06 | 282 | 0.79 | 0.73 |
| Hex | CF | 82 | F0 | E | 2E | 0 | 6 | 11A | 4F | 49 |
| Octal | 317 | 202 | 360 | 16 | 56 | 0 | 6 | 432 | 117 | 111 |
| Binary | 11001111 | 10000010 | 11110000 | 1110 | 101110 | 0 | 110 | 100011010 | 1001111 | 1001001 |
Color Harmonies of #CF82F0
Complementary color
Monochromatic Colors of #CF82F0
Black with #CF82F0
Text Example
Text Example
White with #CF82F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF82F0; }
p { color: rgb(207,130,240); }
H1.HeaderClassName
{
color: #CF82F0;
}
.AnyTagClassName
{
color: #CF82F0;
}
</style>
background-color css
<style>
a { background-color: #CF82F0; }
a { background-color: rgb(207,130,240); }
div.DivClassName
{
background-color: #CF82F0;
}
.BgClassName
{
background-color: #CF82F0;
}
</style>
border-color css
<style>
span { border-color: #CF82F0; }
span { border-color: rgb(207,130,240); }
td.TdClassName
{
border-color: #CF82F0;
}
.TagClassName
{
border-color: #CF82F0;
}
</style>