Shades of Heliotrope #CF83F1
Tints of Heliotrope #CF83F1
RGB
CMYK
RGB Variations
Color information
#CF83F1 (or 0xCF83F1) is known color: Heliotrope. HEX triplet: CF, 83 and F1. RGB value is (207,131,241). Sum of RGB (Red+Green+Blue) = 207+131+241=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 131 (51.56% from 255 or 22.63% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF83F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF83F1 is #307C0E. Grayscale: #A5A5A5. Windows color (decimal): -3177487 or 15827919. OLE color: 15827919.
HSL color Cylindrical-coordinate representation of color #CF83F1: hue angle of 281.45º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF83F1 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 131 | 241 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.05 |
| HSL | 281.45º | 0.8% | 0.73% | - |
| HSV(B) | 281.45º | 0.46% | 0.95% | - |
| XYZ | 49.73 | 35.85 | 87.52 | - |
| YUV | 166.26 | 170.18 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 241 | 0.14 | 0.46 | 0 | 0.05 | 281.45 | 0.8 | 0.73 |
| Hex | CF | 83 | F1 | E | 2E | 0 | 5 | 119 | 50 | 49 |
| Octal | 317 | 203 | 361 | 16 | 56 | 0 | 5 | 431 | 120 | 111 |
| Binary | 11001111 | 10000011 | 11110001 | 1110 | 101110 | 0 | 101 | 100011001 | 1010000 | 1001001 |
Color Harmonies of #CF83F1
Complementary color
Monochromatic Colors of #CF83F1
Black with #CF83F1
Text Example
Text Example
White with #CF83F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF83F1; }
p { color: rgb(207,131,241); }
H1.HeaderClassName
{
color: #CF83F1;
}
.AnyTagClassName
{
color: #CF83F1;
}
</style>
background-color css
<style>
a { background-color: #CF83F1; }
a { background-color: rgb(207,131,241); }
div.DivClassName
{
background-color: #CF83F1;
}
.BgClassName
{
background-color: #CF83F1;
}
</style>
border-color css
<style>
span { border-color: #CF83F1; }
span { border-color: rgb(207,131,241); }
td.TdClassName
{
border-color: #CF83F1;
}
.TagClassName
{
border-color: #CF83F1;
}
</style>