Shades of Heliotrope #CF83EF
Tints of Heliotrope #CF83EF
RGB
CMYK
RGB Variations
Color information
#CF83EF (or 0xCF83EF) is known color: Heliotrope. HEX triplet: CF, 83 and EF. RGB value is (207,131,239). Sum of RGB (Red+Green+Blue) = 207+131+239=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 131 (51.56% from 255 or 22.70% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF83EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF83EF is #307C10. Grayscale: #A5A5A5. Windows color (decimal): -3177489 or 15696847. OLE color: 15696847.
HSL color Cylindrical-coordinate representation of color #CF83EF: hue angle of 282.22º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF83EF is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 131 | 239 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.06 |
| HSL | 282.22º | 0.77% | 0.73% | - |
| HSV(B) | 282.22º | 0.45% | 0.94% | - |
| XYZ | 49.43 | 35.73 | 85.95 | - |
| YUV | 166.04 | 169.18 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 239 | 0.13 | 0.45 | 0 | 0.06 | 282.22 | 0.77 | 0.73 |
| Hex | CF | 83 | EF | D | 2D | 0 | 6 | 11A | 4D | 49 |
| Octal | 317 | 203 | 357 | 15 | 55 | 0 | 6 | 432 | 115 | 111 |
| Binary | 11001111 | 10000011 | 11101111 | 1101 | 101101 | 0 | 110 | 100011010 | 1001101 | 1001001 |
Color Harmonies of #CF83EF
Complementary color
Monochromatic Colors of #CF83EF
Black with #CF83EF
Text Example
Text Example
White with #CF83EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF83EF; }
p { color: rgb(207,131,239); }
H1.HeaderClassName
{
color: #CF83EF;
}
.AnyTagClassName
{
color: #CF83EF;
}
</style>
background-color css
<style>
a { background-color: #CF83EF; }
a { background-color: rgb(207,131,239); }
div.DivClassName
{
background-color: #CF83EF;
}
.BgClassName
{
background-color: #CF83EF;
}
</style>
border-color css
<style>
span { border-color: #CF83EF; }
span { border-color: rgb(207,131,239); }
td.TdClassName
{
border-color: #CF83EF;
}
.TagClassName
{
border-color: #CF83EF;
}
</style>