Shades of Heliotrope #CF84EC
Tints of Heliotrope #CF84EC
RGB
CMYK
RGB Variations
Color information
#CF84EC (or 0xCF84EC) is known color: Heliotrope. HEX triplet: CF, 84 and EC. RGB value is (207,132,236). Sum of RGB (Red+Green+Blue) = 207+132+236=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF84EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF84EC is #307B13. Grayscale: #A5A5A5. Windows color (decimal): -3177236 or 15500495. OLE color: 15500495.
HSL color Cylindrical-coordinate representation of color #CF84EC: hue angle of 283.27º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF84EC is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 132 | 236 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.07 |
| HSL | 283.27º | 0.73% | 0.72% | - |
| HSV(B) | 283.27º | 0.44% | 0.93% | - |
| XYZ | 49.12 | 35.82 | 83.68 | - |
| YUV | 166.28 | 167.35 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 236 | 0.12 | 0.44 | 0 | 0.07 | 283.27 | 0.73 | 0.72 |
| Hex | CF | 84 | EC | C | 2C | 0 | 7 | 11B | 49 | 48 |
| Octal | 317 | 204 | 354 | 14 | 54 | 0 | 7 | 433 | 111 | 110 |
| Binary | 11001111 | 10000100 | 11101100 | 1100 | 101100 | 0 | 111 | 100011011 | 1001001 | 1001000 |
Color Harmonies of #CF84EC
Complementary color
Monochromatic Colors of #CF84EC
Black with #CF84EC
Text Example
Text Example
White with #CF84EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF84EC; }
p { color: rgb(207,132,236); }
H1.HeaderClassName
{
color: #CF84EC;
}
.AnyTagClassName
{
color: #CF84EC;
}
</style>
background-color css
<style>
a { background-color: #CF84EC; }
a { background-color: rgb(207,132,236); }
div.DivClassName
{
background-color: #CF84EC;
}
.BgClassName
{
background-color: #CF84EC;
}
</style>
border-color css
<style>
span { border-color: #CF84EC; }
span { border-color: rgb(207,132,236); }
td.TdClassName
{
border-color: #CF84EC;
}
.TagClassName
{
border-color: #CF84EC;
}
</style>