Shades of Heliotrope #CF78EE
Tints of Heliotrope #CF78EE
RGB
CMYK
RGB Variations
Color information
#CF78EE (or 0xCF78EE) is known color: Heliotrope. HEX triplet: CF, 78 and EE. RGB value is (207,120,238). Sum of RGB (Red+Green+Blue) = 207+120+238=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 120 (47.27% from 255 or 21.24% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF78EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF78EE is #308711. Grayscale: #9F9F9F. Windows color (decimal): -3180306 or 15628495. OLE color: 15628495.
HSL color Cylindrical-coordinate representation of color #CF78EE: hue angle of 284.24º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF78EE is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 120 | 238 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.07 |
| HSL | 284.24º | 0.78% | 0.7% | - |
| HSV(B) | 284.24º | 0.5% | 0.93% | - |
| XYZ | 47.88 | 32.87 | 84.71 | - |
| YUV | 159.47 | 172.32 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 238 | 0.13 | 0.50 | 0 | 0.07 | 284.24 | 0.78 | 0.7 |
| Hex | CF | 78 | EE | D | 32 | 0 | 7 | 11C | 4E | 46 |
| Octal | 317 | 170 | 356 | 15 | 62 | 0 | 7 | 434 | 116 | 106 |
| Binary | 11001111 | 1111000 | 11101110 | 1101 | 110010 | 0 | 111 | 100011100 | 1001110 | 1000110 |
Color Harmonies of #CF78EE
Complementary color
Monochromatic Colors of #CF78EE
Black with #CF78EE
Text Example
Text Example
White with #CF78EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF78EE; }
p { color: rgb(207,120,238); }
H1.HeaderClassName
{
color: #CF78EE;
}
.AnyTagClassName
{
color: #CF78EE;
}
</style>
background-color css
<style>
a { background-color: #CF78EE; }
a { background-color: rgb(207,120,238); }
div.DivClassName
{
background-color: #CF78EE;
}
.BgClassName
{
background-color: #CF78EE;
}
</style>
border-color css
<style>
span { border-color: #CF78EE; }
span { border-color: rgb(207,120,238); }
td.TdClassName
{
border-color: #CF78EE;
}
.TagClassName
{
border-color: #CF78EE;
}
</style>