Shades of Heliotrope #CF7FED
Tints of Heliotrope #CF7FED
RGB
CMYK
RGB Variations
Color information
#CF7FED (or 0xCF7FED) is known color: Heliotrope. HEX triplet: CF, 7F and ED. RGB value is (207,127,237). Sum of RGB (Red+Green+Blue) = 207+127+237=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 127 (50% from 255 or 22.24% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF7FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7FED is #308012. Grayscale: #A3A3A3. Windows color (decimal): -3178515 or 15564751. OLE color: 15564751.
HSL color Cylindrical-coordinate representation of color #CF7FED: hue angle of 283.64º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF7FED is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 127 | 237 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.07 |
| HSL | 283.64º | 0.75% | 0.71% | - |
| HSV(B) | 283.64º | 0.46% | 0.93% | - |
| XYZ | 48.61 | 34.56 | 84.23 | - |
| YUV | 163.46 | 169.5 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 237 | 0.13 | 0.46 | 0 | 0.07 | 283.64 | 0.75 | 0.71 |
| Hex | CF | 7F | ED | D | 2E | 0 | 7 | 11C | 4B | 47 |
| Octal | 317 | 177 | 355 | 15 | 56 | 0 | 7 | 434 | 113 | 107 |
| Binary | 11001111 | 1111111 | 11101101 | 1101 | 101110 | 0 | 111 | 100011100 | 1001011 | 1000111 |
Color Harmonies of #CF7FED
Complementary color
Monochromatic Colors of #CF7FED
Black with #CF7FED
Text Example
Text Example
White with #CF7FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7FED; }
p { color: rgb(207,127,237); }
H1.HeaderClassName
{
color: #CF7FED;
}
.AnyTagClassName
{
color: #CF7FED;
}
</style>
background-color css
<style>
a { background-color: #CF7FED; }
a { background-color: rgb(207,127,237); }
div.DivClassName
{
background-color: #CF7FED;
}
.BgClassName
{
background-color: #CF7FED;
}
</style>
border-color css
<style>
span { border-color: #CF7FED; }
span { border-color: rgb(207,127,237); }
td.TdClassName
{
border-color: #CF7FED;
}
.TagClassName
{
border-color: #CF7FED;
}
</style>