Shades of Heliotrope #CF76FF
Tints of Heliotrope #CF76FF
RGB
CMYK
RGB Variations
Color information
#CF76FF (or 0xCF76FF) is known color: Heliotrope. HEX triplet: CF, 76 and FF. RGB value is (207,118,255). Sum of RGB (Red+Green+Blue) = 207+118+255=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 118 (46.48% from 255 or 20.34% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF76FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF76FF is #308900. Grayscale: #9F9F9F. Windows color (decimal): -3180801 or 16742095. OLE color: 16742095.
HSL color Cylindrical-coordinate representation of color #CF76FF: hue angle of 278.98º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF76FF is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 118 | 255 | - |
| CMYK | 0.19 | 0.54 | 0 | 0 |
| HSL | 278.98º | 1% | 0.73% | - |
| HSV(B) | 278.98º | 0.54% | 1% | - |
| XYZ | 50.26 | 33.44 | 98.41 | - |
| YUV | 160.23 | 181.49 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 255 | 0.19 | 0.54 | 0 | 0 | 278.98 | 1 | 0.73 |
| Hex | CF | 76 | FF | 13 | 36 | 0 | 0 | 117 | 64 | 49 |
| Octal | 317 | 166 | 377 | 23 | 66 | 0 | 0 | 427 | 144 | 111 |
| Binary | 11001111 | 1110110 | 11111111 | 10011 | 110110 | 0 | 0 | 100010111 | 1100100 | 1001001 |
Color Harmonies of #CF76FF
Complementary color
Monochromatic Colors of #CF76FF
Black with #CF76FF
Text Example
Text Example
White with #CF76FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF76FF; }
p { color: rgb(207,118,255); }
H1.HeaderClassName
{
color: #CF76FF;
}
.AnyTagClassName
{
color: #CF76FF;
}
</style>
background-color css
<style>
a { background-color: #CF76FF; }
a { background-color: rgb(207,118,255); }
div.DivClassName
{
background-color: #CF76FF;
}
.BgClassName
{
background-color: #CF76FF;
}
</style>
border-color css
<style>
span { border-color: #CF76FF; }
span { border-color: rgb(207,118,255); }
td.TdClassName
{
border-color: #CF76FF;
}
.TagClassName
{
border-color: #CF76FF;
}
</style>