Shades of Heliotrope #CF83EE
Tints of Heliotrope #CF83EE
RGB
CMYK
RGB Variations
Color information
#CF83EE (or 0xCF83EE) is known color: Heliotrope. HEX triplet: CF, 83 and EE. RGB value is (207,131,238). Sum of RGB (Red+Green+Blue) = 207+131+238=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 131 (51.56% from 255 or 22.74% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF83EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF83EE is #307C11. Grayscale: #A5A5A5. Windows color (decimal): -3177490 or 15631311. OLE color: 15631311.
HSL color Cylindrical-coordinate representation of color #CF83EE: hue angle of 282.62º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF83EE is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 131 | 238 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.07 |
| HSL | 282.62º | 0.76% | 0.72% | - |
| HSV(B) | 282.62º | 0.45% | 0.93% | - |
| XYZ | 49.28 | 35.67 | 85.18 | - |
| YUV | 165.92 | 168.68 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 238 | 0.13 | 0.45 | 0 | 0.07 | 282.62 | 0.76 | 0.72 |
| Hex | CF | 83 | EE | D | 2D | 0 | 7 | 11B | 4C | 48 |
| Octal | 317 | 203 | 356 | 15 | 55 | 0 | 7 | 433 | 114 | 110 |
| Binary | 11001111 | 10000011 | 11101110 | 1101 | 101101 | 0 | 111 | 100011011 | 1001100 | 1001000 |
Color Harmonies of #CF83EE
Complementary color
Monochromatic Colors of #CF83EE
Black with #CF83EE
Text Example
Text Example
White with #CF83EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF83EE; }
p { color: rgb(207,131,238); }
H1.HeaderClassName
{
color: #CF83EE;
}
.AnyTagClassName
{
color: #CF83EE;
}
</style>
background-color css
<style>
a { background-color: #CF83EE; }
a { background-color: rgb(207,131,238); }
div.DivClassName
{
background-color: #CF83EE;
}
.BgClassName
{
background-color: #CF83EE;
}
</style>
border-color css
<style>
span { border-color: #CF83EE; }
span { border-color: rgb(207,131,238); }
td.TdClassName
{
border-color: #CF83EE;
}
.TagClassName
{
border-color: #CF83EE;
}
</style>