Shades of Heliotrope #CF65F3
Tints of Heliotrope #CF65F3
RGB
CMYK
RGB Variations
Color information
#CF65F3 (or 0xCF65F3) is known color: Heliotrope. HEX triplet: CF, 65 and F3. RGB value is (207,101,243). Sum of RGB (Red+Green+Blue) = 207+101+243=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 101 (39.84% from 255 or 18.33% from 551); Blue value is 243 (95.31% from 255 or 44.10% from 551); Max value from RGB is 243 - color contains mainly: blue. Hex color #CF65F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF65F3 is #309A0C. Grayscale: #949494. Windows color (decimal): -3185165 or 15951311. OLE color: 15951311.
HSL color Cylindrical-coordinate representation of color #CF65F3: hue angle of 284.79º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF65F3 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 101 | 243 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.05 |
| HSL | 284.79º | 0.86% | 0.67% | - |
| HSV(B) | 284.79º | 0.58% | 0.95% | - |
| XYZ | 46.56 | 29.04 | 87.95 | - |
| YUV | 148.88 | 181.12 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 243 | 0.15 | 0.58 | 0 | 0.05 | 284.79 | 0.86 | 0.67 |
| Hex | CF | 65 | F3 | F | 3A | 0 | 5 | 11D | 56 | 43 |
| Octal | 317 | 145 | 363 | 17 | 72 | 0 | 5 | 435 | 126 | 103 |
| Binary | 11001111 | 1100101 | 11110011 | 1111 | 111010 | 0 | 101 | 100011101 | 1010110 | 1000011 |
Color Harmonies of #CF65F3
Complementary color
Monochromatic Colors of #CF65F3
Black with #CF65F3
Text Example
Text Example
White with #CF65F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF65F3; }
p { color: rgb(207,101,243); }
H1.HeaderClassName
{
color: #CF65F3;
}
.AnyTagClassName
{
color: #CF65F3;
}
</style>
background-color css
<style>
a { background-color: #CF65F3; }
a { background-color: rgb(207,101,243); }
div.DivClassName
{
background-color: #CF65F3;
}
.BgClassName
{
background-color: #CF65F3;
}
</style>
border-color css
<style>
span { border-color: #CF65F3; }
span { border-color: rgb(207,101,243); }
td.TdClassName
{
border-color: #CF65F3;
}
.TagClassName
{
border-color: #CF65F3;
}
</style>