Shades of Heliotrope #CF84ED
Tints of Heliotrope #CF84ED
RGB
CMYK
RGB Variations
Color information
#CF84ED (or 0xCF84ED) is known color: Heliotrope. HEX triplet: CF, 84 and ED. RGB value is (207,132,237). Sum of RGB (Red+Green+Blue) = 207+132+237=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 132 (51.95% from 255 or 22.92% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF84ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF84ED is #307B12. Grayscale: #A6A6A6. Windows color (decimal): -3177235 or 15566031. OLE color: 15566031.
HSL color Cylindrical-coordinate representation of color #CF84ED: hue angle of 282.86º degrees, saturation: 0.74, 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 #CF84ED is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 132 | 237 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.07 |
| HSL | 282.86º | 0.74% | 0.72% | - |
| HSV(B) | 282.86º | 0.44% | 0.93% | - |
| XYZ | 49.27 | 35.88 | 84.45 | - |
| YUV | 166.4 | 167.85 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 237 | 0.13 | 0.44 | 0 | 0.07 | 282.86 | 0.74 | 0.72 |
| Hex | CF | 84 | ED | D | 2C | 0 | 7 | 11B | 4A | 48 |
| Octal | 317 | 204 | 355 | 15 | 54 | 0 | 7 | 433 | 112 | 110 |
| Binary | 11001111 | 10000100 | 11101101 | 1101 | 101100 | 0 | 111 | 100011011 | 1001010 | 1001000 |
Color Harmonies of #CF84ED
Complementary color
Monochromatic Colors of #CF84ED
Black with #CF84ED
Text Example
Text Example
White with #CF84ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF84ED; }
p { color: rgb(207,132,237); }
H1.HeaderClassName
{
color: #CF84ED;
}
.AnyTagClassName
{
color: #CF84ED;
}
</style>
background-color css
<style>
a { background-color: #CF84ED; }
a { background-color: rgb(207,132,237); }
div.DivClassName
{
background-color: #CF84ED;
}
.BgClassName
{
background-color: #CF84ED;
}
</style>
border-color css
<style>
span { border-color: #CF84ED; }
span { border-color: rgb(207,132,237); }
td.TdClassName
{
border-color: #CF84ED;
}
.TagClassName
{
border-color: #CF84ED;
}
</style>