Shades of Heliotrope #CF73EA
Tints of Heliotrope #CF73EA
RGB
CMYK
RGB Variations
Color information
#CF73EA (or 0xCF73EA) is known color: Heliotrope. HEX triplet: CF, 73 and EA. RGB value is (207,115,234). Sum of RGB (Red+Green+Blue) = 207+115+234=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 115 (45.31% from 255 or 20.68% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF73EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF73EA is #308C15. Grayscale: #9B9B9B. Windows color (decimal): -3181590 or 15365071. OLE color: 15365071.
HSL color Cylindrical-coordinate representation of color #CF73EA: hue angle of 286.39º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF73EA is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 115 | 234 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.08 |
| HSL | 286.39º | 0.74% | 0.68% | - |
| HSV(B) | 286.39º | 0.51% | 0.92% | - |
| XYZ | 46.71 | 31.47 | 81.45 | - |
| YUV | 156.07 | 171.98 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 234 | 0.12 | 0.51 | 0 | 0.08 | 286.39 | 0.74 | 0.68 |
| Hex | CF | 73 | EA | C | 33 | 0 | 8 | 11E | 4A | 44 |
| Octal | 317 | 163 | 352 | 14 | 63 | 0 | 10 | 436 | 112 | 104 |
| Binary | 11001111 | 1110011 | 11101010 | 1100 | 110011 | 0 | 1000 | 100011110 | 1001010 | 1000100 |
Color Harmonies of #CF73EA
Complementary color
Monochromatic Colors of #CF73EA
Black with #CF73EA
Text Example
Text Example
White with #CF73EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF73EA; }
p { color: rgb(207,115,234); }
H1.HeaderClassName
{
color: #CF73EA;
}
.AnyTagClassName
{
color: #CF73EA;
}
</style>
background-color css
<style>
a { background-color: #CF73EA; }
a { background-color: rgb(207,115,234); }
div.DivClassName
{
background-color: #CF73EA;
}
.BgClassName
{
background-color: #CF73EA;
}
</style>
border-color css
<style>
span { border-color: #CF73EA; }
span { border-color: rgb(207,115,234); }
td.TdClassName
{
border-color: #CF73EA;
}
.TagClassName
{
border-color: #CF73EA;
}
</style>