Shades of Heliotrope #CF74F3
Tints of Heliotrope #CF74F3
RGB
CMYK
RGB Variations
Color information
#CF74F3 (or 0xCF74F3) is known color: Heliotrope. HEX triplet: CF, 74 and F3. RGB value is (207,116,243). Sum of RGB (Red+Green+Blue) = 207+116+243=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 116 (45.70% from 255 or 20.49% from 566); Blue value is 243 (95.31% from 255 or 42.93% from 566); Max value from RGB is 243 - color contains mainly: blue. Hex color #CF74F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF74F3 is #308B0C. Grayscale: #9D9D9D. Windows color (decimal): -3181325 or 15955151. OLE color: 15955151.
HSL color Cylindrical-coordinate representation of color #CF74F3: hue angle of 282.99º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF74F3 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 116 | 243 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.05 |
| HSL | 282.99º | 0.84% | 0.7% | - |
| HSV(B) | 282.99º | 0.52% | 0.95% | - |
| XYZ | 48.16 | 32.23 | 88.48 | - |
| YUV | 157.69 | 176.15 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 243 | 0.15 | 0.52 | 0 | 0.05 | 282.99 | 0.84 | 0.7 |
| Hex | CF | 74 | F3 | F | 34 | 0 | 5 | 11B | 54 | 46 |
| Octal | 317 | 164 | 363 | 17 | 64 | 0 | 5 | 433 | 124 | 106 |
| Binary | 11001111 | 1110100 | 11110011 | 1111 | 110100 | 0 | 101 | 100011011 | 1010100 | 1000110 |
Color Harmonies of #CF74F3
Complementary color
Monochromatic Colors of #CF74F3
Black with #CF74F3
Text Example
Text Example
White with #CF74F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF74F3; }
p { color: rgb(207,116,243); }
H1.HeaderClassName
{
color: #CF74F3;
}
.AnyTagClassName
{
color: #CF74F3;
}
</style>
background-color css
<style>
a { background-color: #CF74F3; }
a { background-color: rgb(207,116,243); }
div.DivClassName
{
background-color: #CF74F3;
}
.BgClassName
{
background-color: #CF74F3;
}
</style>
border-color css
<style>
span { border-color: #CF74F3; }
span { border-color: rgb(207,116,243); }
td.TdClassName
{
border-color: #CF74F3;
}
.TagClassName
{
border-color: #CF74F3;
}
</style>