Shades of Heliotrope #CF84EA
Tints of Heliotrope #CF84EA
RGB
CMYK
RGB Variations
Color information
#CF84EA (or 0xCF84EA) is known color: Heliotrope. HEX triplet: CF, 84 and EA. RGB value is (207,132,234). Sum of RGB (Red+Green+Blue) = 207+132+234=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF84EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF84EA is #307B15. Grayscale: #A5A5A5. Windows color (decimal): -3177238 or 15369423. OLE color: 15369423.
HSL color Cylindrical-coordinate representation of color #CF84EA: hue angle of 284.12º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF84EA is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 132 | 234 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.08 |
| HSL | 284.12º | 0.71% | 0.72% | - |
| HSV(B) | 284.12º | 0.44% | 0.92% | - |
| XYZ | 48.83 | 35.71 | 82.16 | - |
| YUV | 166.05 | 166.35 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 234 | 0.12 | 0.44 | 0 | 0.08 | 284.12 | 0.71 | 0.72 |
| Hex | CF | 84 | EA | C | 2C | 0 | 8 | 11C | 47 | 48 |
| Octal | 317 | 204 | 352 | 14 | 54 | 0 | 10 | 434 | 107 | 110 |
| Binary | 11001111 | 10000100 | 11101010 | 1100 | 101100 | 0 | 1000 | 100011100 | 1000111 | 1001000 |
Color Harmonies of #CF84EA
Complementary color
Monochromatic Colors of #CF84EA
Black with #CF84EA
Text Example
Text Example
White with #CF84EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF84EA; }
p { color: rgb(207,132,234); }
H1.HeaderClassName
{
color: #CF84EA;
}
.AnyTagClassName
{
color: #CF84EA;
}
</style>
background-color css
<style>
a { background-color: #CF84EA; }
a { background-color: rgb(207,132,234); }
div.DivClassName
{
background-color: #CF84EA;
}
.BgClassName
{
background-color: #CF84EA;
}
</style>
border-color css
<style>
span { border-color: #CF84EA; }
span { border-color: rgb(207,132,234); }
td.TdClassName
{
border-color: #CF84EA;
}
.TagClassName
{
border-color: #CF84EA;
}
</style>