Shades of Heliotrope #CF84EE
Tints of Heliotrope #CF84EE
RGB
CMYK
RGB Variations
Color information
#CF84EE (or 0xCF84EE) is known color: Heliotrope. HEX triplet: CF, 84 and EE. RGB value is (207,132,238). Sum of RGB (Red+Green+Blue) = 207+132+238=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 132 (51.95% from 255 or 22.88% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF84EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF84EE is #307B11. Grayscale: #A6A6A6. Windows color (decimal): -3177234 or 15631567. OLE color: 15631567.
HSL color Cylindrical-coordinate representation of color #CF84EE: hue angle of 282.45º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF84EE is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 132 | 238 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.07 |
| HSL | 282.45º | 0.76% | 0.73% | - |
| HSV(B) | 282.45º | 0.45% | 0.93% | - |
| XYZ | 49.42 | 35.94 | 85.22 | - |
| YUV | 166.51 | 168.35 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 238 | 0.13 | 0.45 | 0 | 0.07 | 282.45 | 0.76 | 0.73 |
| Hex | CF | 84 | EE | D | 2D | 0 | 7 | 11A | 4C | 49 |
| Octal | 317 | 204 | 356 | 15 | 55 | 0 | 7 | 432 | 114 | 111 |
| Binary | 11001111 | 10000100 | 11101110 | 1101 | 101101 | 0 | 111 | 100011010 | 1001100 | 1001001 |
Color Harmonies of #CF84EE
Complementary color
Monochromatic Colors of #CF84EE
Black with #CF84EE
Text Example
Text Example
White with #CF84EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF84EE; }
p { color: rgb(207,132,238); }
H1.HeaderClassName
{
color: #CF84EE;
}
.AnyTagClassName
{
color: #CF84EE;
}
</style>
background-color css
<style>
a { background-color: #CF84EE; }
a { background-color: rgb(207,132,238); }
div.DivClassName
{
background-color: #CF84EE;
}
.BgClassName
{
background-color: #CF84EE;
}
</style>
border-color css
<style>
span { border-color: #CF84EE; }
span { border-color: rgb(207,132,238); }
td.TdClassName
{
border-color: #CF84EE;
}
.TagClassName
{
border-color: #CF84EE;
}
</style>