Shades of Heliotrope #CF71EB
Tints of Heliotrope #CF71EB
RGB
CMYK
RGB Variations
Color information
#CF71EB (or 0xCF71EB) is known color: Heliotrope. HEX triplet: CF, 71 and EB. RGB value is (207,113,235). Sum of RGB (Red+Green+Blue) = 207+113+235=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 113 (44.53% from 255 or 20.36% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF71EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF71EB is #308E14. Grayscale: #9A9A9A. Windows color (decimal): -3182101 or 15430095. OLE color: 15430095.
HSL color Cylindrical-coordinate representation of color #CF71EB: hue angle of 286.23º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF71EB is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 113 | 235 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.08 |
| HSL | 286.23º | 0.75% | 0.68% | - |
| HSV(B) | 286.23º | 0.52% | 0.92% | - |
| XYZ | 46.63 | 31.07 | 82.14 | - |
| YUV | 155.01 | 173.14 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 113 | 235 | 0.12 | 0.52 | 0 | 0.08 | 286.23 | 0.75 | 0.68 |
| Hex | CF | 71 | EB | C | 34 | 0 | 8 | 11E | 4B | 44 |
| Octal | 317 | 161 | 353 | 14 | 64 | 0 | 10 | 436 | 113 | 104 |
| Binary | 11001111 | 1110001 | 11101011 | 1100 | 110100 | 0 | 1000 | 100011110 | 1001011 | 1000100 |
Color Harmonies of #CF71EB
Complementary color
Monochromatic Colors of #CF71EB
Black with #CF71EB
Text Example
Text Example
White with #CF71EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF71EB; }
p { color: rgb(207,113,235); }
H1.HeaderClassName
{
color: #CF71EB;
}
.AnyTagClassName
{
color: #CF71EB;
}
</style>
background-color css
<style>
a { background-color: #CF71EB; }
a { background-color: rgb(207,113,235); }
div.DivClassName
{
background-color: #CF71EB;
}
.BgClassName
{
background-color: #CF71EB;
}
</style>
border-color css
<style>
span { border-color: #CF71EB; }
span { border-color: rgb(207,113,235); }
td.TdClassName
{
border-color: #CF71EB;
}
.TagClassName
{
border-color: #CF71EB;
}
</style>