Shades of Heliotrope #CF76FA
Tints of Heliotrope #CF76FA
RGB
CMYK
RGB Variations
Color information
#CF76FA (or 0xCF76FA) is known color: Heliotrope. HEX triplet: CF, 76 and FA. RGB value is (207,118,250). Sum of RGB (Red+Green+Blue) = 207+118+250=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 118 (46.48% from 255 or 20.52% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF76FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF76FA is #308905. Grayscale: #9F9F9F. Windows color (decimal): -3180806 or 16414415. OLE color: 16414415.
HSL color Cylindrical-coordinate representation of color #CF76FA: hue angle of 280.45º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF76FA is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 118 | 250 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.02 |
| HSL | 280.45º | 0.93% | 0.72% | - |
| HSV(B) | 280.45º | 0.53% | 0.98% | - |
| XYZ | 49.47 | 33.12 | 94.23 | - |
| YUV | 159.66 | 178.99 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 250 | 0.17 | 0.53 | 0 | 0.02 | 280.45 | 0.93 | 0.72 |
| Hex | CF | 76 | FA | 11 | 35 | 0 | 2 | 118 | 5D | 48 |
| Octal | 317 | 166 | 372 | 21 | 65 | 0 | 2 | 430 | 135 | 110 |
| Binary | 11001111 | 1110110 | 11111010 | 10001 | 110101 | 0 | 10 | 100011000 | 1011101 | 1001000 |
Color Harmonies of #CF76FA
Complementary color
Monochromatic Colors of #CF76FA
Black with #CF76FA
Text Example
Text Example
White with #CF76FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF76FA; }
p { color: rgb(207,118,250); }
H1.HeaderClassName
{
color: #CF76FA;
}
.AnyTagClassName
{
color: #CF76FA;
}
</style>
background-color css
<style>
a { background-color: #CF76FA; }
a { background-color: rgb(207,118,250); }
div.DivClassName
{
background-color: #CF76FA;
}
.BgClassName
{
background-color: #CF76FA;
}
</style>
border-color css
<style>
span { border-color: #CF76FA; }
span { border-color: rgb(207,118,250); }
td.TdClassName
{
border-color: #CF76FA;
}
.TagClassName
{
border-color: #CF76FA;
}
</style>