Shades of Heliotrope #CF75FF
Tints of Heliotrope #CF75FF
RGB
CMYK
RGB Variations
Color information
#CF75FF (or 0xCF75FF) is known color: Heliotrope. HEX triplet: CF, 75 and FF. RGB value is (207,117,255). Sum of RGB (Red+Green+Blue) = 207+117+255=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 117 (46.09% from 255 or 20.21% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF75FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF75FF is #308A00. Grayscale: #9F9F9F. Windows color (decimal): -3181057 or 16741839. OLE color: 16741839.
HSL color Cylindrical-coordinate representation of color #CF75FF: hue angle of 279.13º 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 #CF75FF is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 117 | 255 | - |
| CMYK | 0.19 | 0.54 | 0 | 0 |
| HSL | 279.13º | 1% | 0.73% | - |
| HSV(B) | 279.13º | 0.54% | 1% | - |
| XYZ | 50.14 | 33.21 | 98.37 | - |
| YUV | 159.64 | 181.82 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 255 | 0.19 | 0.54 | 0 | 0 | 279.13 | 1 | 0.73 |
| Hex | CF | 75 | FF | 13 | 36 | 0 | 0 | 117 | 64 | 49 |
| Octal | 317 | 165 | 377 | 23 | 66 | 0 | 0 | 427 | 144 | 111 |
| Binary | 11001111 | 1110101 | 11111111 | 10011 | 110110 | 0 | 0 | 100010111 | 1100100 | 1001001 |
Color Harmonies of #CF75FF
Complementary color
Monochromatic Colors of #CF75FF
Black with #CF75FF
Text Example
Text Example
White with #CF75FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF75FF; }
p { color: rgb(207,117,255); }
H1.HeaderClassName
{
color: #CF75FF;
}
.AnyTagClassName
{
color: #CF75FF;
}
</style>
background-color css
<style>
a { background-color: #CF75FF; }
a { background-color: rgb(207,117,255); }
div.DivClassName
{
background-color: #CF75FF;
}
.BgClassName
{
background-color: #CF75FF;
}
</style>
border-color css
<style>
span { border-color: #CF75FF; }
span { border-color: rgb(207,117,255); }
td.TdClassName
{
border-color: #CF75FF;
}
.TagClassName
{
border-color: #CF75FF;
}
</style>