Shades of Heliotrope #CF80EA
Tints of Heliotrope #CF80EA
RGB
CMYK
RGB Variations
Color information
#CF80EA (or 0xCF80EA) is known color: Heliotrope. HEX triplet: CF, 80 and EA. RGB value is (207,128,234). Sum of RGB (Red+Green+Blue) = 207+128+234=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF80EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF80EA is #307F15. Grayscale: #A3A3A3. Windows color (decimal): -3178262 or 15368399. OLE color: 15368399.
HSL color Cylindrical-coordinate representation of color #CF80EA: hue angle of 284.72º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF80EA is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 128 | 234 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.08 |
| HSL | 284.72º | 0.72% | 0.71% | - |
| HSV(B) | 284.72º | 0.45% | 0.92% | - |
| XYZ | 48.3 | 34.64 | 81.98 | - |
| YUV | 163.71 | 167.67 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 234 | 0.12 | 0.45 | 0 | 0.08 | 284.72 | 0.72 | 0.71 |
| Hex | CF | 80 | EA | C | 2D | 0 | 8 | 11D | 48 | 47 |
| Octal | 317 | 200 | 352 | 14 | 55 | 0 | 10 | 435 | 110 | 107 |
| Binary | 11001111 | 10000000 | 11101010 | 1100 | 101101 | 0 | 1000 | 100011101 | 1001000 | 1000111 |
Color Harmonies of #CF80EA
Complementary color
Monochromatic Colors of #CF80EA
Black with #CF80EA
Text Example
Text Example
White with #CF80EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF80EA; }
p { color: rgb(207,128,234); }
H1.HeaderClassName
{
color: #CF80EA;
}
.AnyTagClassName
{
color: #CF80EA;
}
</style>
background-color css
<style>
a { background-color: #CF80EA; }
a { background-color: rgb(207,128,234); }
div.DivClassName
{
background-color: #CF80EA;
}
.BgClassName
{
background-color: #CF80EA;
}
</style>
border-color css
<style>
span { border-color: #CF80EA; }
span { border-color: rgb(207,128,234); }
td.TdClassName
{
border-color: #CF80EA;
}
.TagClassName
{
border-color: #CF80EA;
}
</style>