Shades of Heliotrope #CF75FA
Tints of Heliotrope #CF75FA
RGB
CMYK
RGB Variations
Color information
#CF75FA (or 0xCF75FA) is known color: Heliotrope. HEX triplet: CF, 75 and FA. RGB value is (207,117,250). Sum of RGB (Red+Green+Blue) = 207+117+250=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 117 (46.09% from 255 or 20.38% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF75FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF75FA is #308A05. Grayscale: #9E9E9E. Windows color (decimal): -3181062 or 16414159. OLE color: 16414159.
HSL color Cylindrical-coordinate representation of color #CF75FA: hue angle of 280.6º 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 #CF75FA is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 117 | 250 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.02 |
| HSL | 280.6º | 0.93% | 0.72% | - |
| HSV(B) | 280.6º | 0.53% | 0.98% | - |
| XYZ | 49.35 | 32.89 | 94.19 | - |
| YUV | 159.07 | 179.32 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 250 | 0.17 | 0.53 | 0 | 0.02 | 280.6 | 0.93 | 0.72 |
| Hex | CF | 75 | FA | 11 | 35 | 0 | 2 | 119 | 5D | 48 |
| Octal | 317 | 165 | 372 | 21 | 65 | 0 | 2 | 431 | 135 | 110 |
| Binary | 11001111 | 1110101 | 11111010 | 10001 | 110101 | 0 | 10 | 100011001 | 1011101 | 1001000 |
Color Harmonies of #CF75FA
Complementary color
Monochromatic Colors of #CF75FA
Black with #CF75FA
Text Example
Text Example
White with #CF75FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF75FA; }
p { color: rgb(207,117,250); }
H1.HeaderClassName
{
color: #CF75FA;
}
.AnyTagClassName
{
color: #CF75FA;
}
</style>
background-color css
<style>
a { background-color: #CF75FA; }
a { background-color: rgb(207,117,250); }
div.DivClassName
{
background-color: #CF75FA;
}
.BgClassName
{
background-color: #CF75FA;
}
</style>
border-color css
<style>
span { border-color: #CF75FA; }
span { border-color: rgb(207,117,250); }
td.TdClassName
{
border-color: #CF75FA;
}
.TagClassName
{
border-color: #CF75FA;
}
</style>